ultimatepp/bazaar/BoostPyTest/modules.cppi
kohait 6dbb8ad60d bazaar: BoostPyTest: first attemt to structurize the export, more to be done, cleanup of unnessecary using namespace's
git-svn-id: svn://ultimatepp.org/upp/trunk@3360 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-19 15:05:45 +00:00

11 lines
219 B
Text

//CAUTION this one is included in the main cpp file, where the modules are registered into python environment
BOOST_PYTHON_MODULE(hello)
{
export_world();
}
BOOST_PYTHON_MODULE(upp)
{
export_CtrlLib();
}