formatting
This commit is contained in:
parent
fb186a5269
commit
9970766461
1 changed files with 1 additions and 2 deletions
|
@ -100,8 +100,7 @@ void export_datasource()
|
|||
|
||||
class_<datasource,boost::shared_ptr<datasource>,
|
||||
boost::noncopyable>("Datasource",no_init)
|
||||
.def_pickle(ds_pickle_suite()
|
||||
)
|
||||
.def_pickle(ds_pickle_suite())
|
||||
.def("envelope",&datasource::envelope)
|
||||
.def("descriptor",&datasource::get_descriptor) //todo
|
||||
.def("features",&datasource::features)
|
||||
|
|
Loading…
Add table
Reference in a new issue