X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=py%2Fmodule.cpp;h=f9e6b4fdc339b1d2c5ca0916f234055ba77bc397;hp=84564273e81e6862f1865ec22e0cd33675579aa3;hb=64fee605ec84d0923384f9a709d4471b6030862f;hpb=80ca9b3ccb2a64f22ab3039b9ee2ecbae2c43e10 diff --git a/py/module.cpp b/py/module.cpp index 8456427..f9e6b4f 100644 --- a/py/module.cpp +++ b/py/module.cpp @@ -1,10 +1,10 @@ -#include #include "stl_container_adapter.hpp" -using namespace boost::python; +#include void export_alphabet(); void export_annot(); void export_annotation_colors(); +void export_container_exceptions(); void export_conserved_path(); void export_flps(); void export_glsequence(); @@ -16,8 +16,7 @@ void export_mussa_window(); BOOST_PYTHON_MODULE(mussa) { - boost::python::register_exception_translator(&translate); - + export_container_exceptions(); export_alphabet(); export_annot(); export_annotation_colors();