fix python binding typo for min_memory_usage

This commit is contained in:
Arvid Norberg 2012-06-15 05:22:53 +00:00
parent 5192d03852
commit af7c890c64
1 changed files with 1 additions and 1 deletions

View File

@ -654,5 +654,5 @@ void bind_session()
register_ptr_to_python<std::auto_ptr<alert> >();
def("high_performance_seed", high_performance_seed);
def("min_memory_usage", high_performance_seed);
def("min_memory_usage", min_memory_usage);
}