Fix relative import syntax.
[calibcant.git] / calibcant / common.py
index 174790119166b86a87963777d15607039ecd6277..3f09e9d295615b3be26fb5c412ed492bc201cdef 100644 (file)
 # License along with CalibCant.  If not, see
 # <http://www.gnu.org/licenses/>.
 
-import .config
+from . import VERSION
+from . import config
 
 
-VERSION="0.4"
-
 # handle extra verbose input modules, only imported if we need them
 _flush_plot = None
 _final_flush_plot = None