Fix module import

Former-commit-id: 0c7cc0f371d585cea4df5d6e73334b918a0b2581
This commit is contained in:
Marek Nečada 2017-05-10 13:22:52 +03:00
parent 57ea4b5207
commit faa01fcceb
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ print(ops)
# -----------------finished basic CLI parsing (except for op arguments) ------------------
from .timetrack import _time_b, _time_e
from qpms.timetrack import _time_b, _time_e
btime=_time_b(verbose)
import qpms