Python bindings update

This commit is contained in:
Andrew Resch
2008-06-08 02:04:30 +00:00
parent 737824eb60
commit 840f9be276
2 changed files with 8 additions and 1 deletions

View File

@@ -236,8 +236,8 @@ void bind_session()
enum_<storage_mode_t>("storage_mode_t")
.value("storage_mode_allocate", storage_mode_allocate)
.value("storage_mode_compact", storage_mode_compact)
.value("storage_mode_sparse", storage_mode_sparse)
.value("storage_mode_compact", storage_mode_compact)
;
enum_<session::options_t>("options_t")