fix relative imports

This commit is contained in:
Tomas Kopecek 2017-05-03 11:30:14 +02:00
parent c579e36489
commit 73356b50e5
5 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,7 @@
from __future__ import absolute_import
import unittest
import loadcli
from . import loadcli
from six.moves import range
cli = loadcli.cli