merged python fix from RC_0_16

This commit is contained in:
Arvid Norberg 2012-11-03 04:38:45 +00:00
parent f3ec86169e
commit 6142acb4be
1 changed files with 5 additions and 0 deletions

View File

@ -688,4 +688,9 @@ void bind_session()
def("high_performance_seed", high_performance_seed);
def("min_memory_usage", min_memory_usage);
scope().attr("create_metadata_plugin") = "metadata_transfer";
scope().attr("create_ut_metadata_plugin") = "ut_metadata";
scope().attr("create_ut_pex_plugin") = "ut_pex";
scope().attr("create_smart_ban_plugin") = "smart_ban";
}