expose settings presets to python

This commit is contained in:
Arvid Norberg
2011-10-30 21:33:37 +00:00
parent 9a91518b9a
commit 29fec4dad9

View File

@@ -600,6 +600,8 @@ void bind_session()
.def("settings", &get_feed_settings)
;
register_ptr_to_python<std::auto_ptr<alert> >();
def("high_performance_seed", high_performance_seed);
def("min_memory_usage", high_performance_seed);
}