Apparently I lost a } in a Mac OS X specific section of the code. Sowwy. Fixed.
[mussa.git] / py / seq_span.cpp
index d3e0b5b9bcb1563ebb162f08912e910447dfaabd..76f635cf540f2c6350bed60b899fee1522fc1ba5 100644 (file)
@@ -52,6 +52,9 @@ void export_seq_span()
     //.add_property("alphabet", 
     //              make_getter(&SeqSpan::get_alphabet,
     //                          return_value_policy<copy_const_reference>()))
+    .add_property("annotations", &SeqSpan::annotations, 
+                                 &SeqSpan::setAnnotations)
+    .add_property("drawable", &SeqSpan::drawable, &SeqSpan::setDrawable)
     .add_property("start", &SeqSpan::start, &SeqSpan::setStart,
                   "start position relative to root sequence")
     .add_property("stop", &SeqSpan::stop, &SeqSpan::setStop,