Various adjustments. I should commit more often ;).
[calibcant.git] / calibcant / common.py
index 2db32e1bc7d23adbcd83f7c15f18ded9c21b1c73..1e8ff7137e3c839f6a4ed3496842428099bc59d5 100644 (file)
@@ -23,7 +23,7 @@
 
 import config
 
-VERSION="0.2"
+VERSION="0.3"
 
 # handle extra verbose input modules, only imported if we need them
 _flush_plot = None
@@ -31,7 +31,7 @@ _final_flush_plot = None
 _pylab = None
 def _dummy_fn(): pass
 
-def _import_pylab() :
+def _import_pylab() :  # TODO: auto detect no DISPLAY and abort
     """Import pylab plotting functions for when we need to plot.  This
     function can be called multiple times, and ensures that the pylab
     setup is only imported once.  It defines the functions