fix problems instantiating mussa.GlSequence
[mussa.git] / py / module.cpp
index 448b523b89db0f516480495c20c2d9e97c37fa42..632b117fd5f5498f7832dbd14f57942aaf2fb476 100644 (file)
@@ -1,6 +1,7 @@
 #include <boost/python.hpp>
 using namespace boost::python;
 
+void export_annotation_colors();
 void export_conserved_path();
 void export_glsequence();
 void export_mussa();
@@ -10,6 +11,7 @@ void export_mussa_window();
 
 BOOST_PYTHON_MODULE(mussa)
 {
+  export_annotation_colors();
   export_conserved_path();
   export_glsequence();
   export_mussa();