added accidentally deleted brace

metadata
Wenzel Jakob 2013-11-21 09:50:50 +01:00
parent 12531458ac
commit c923b2ab37
1 changed files with 2 additions and 0 deletions

View File

@ -1702,6 +1702,8 @@ void export_core() {
#endif
bp::detail::current_scope = oldScope;
}
BOOST_PYTHON_MODULE(mitsuba) {
bp::object package = bp::scope();
package.attr("__path__") = "mitsuba";