fix relative imports
This commit is contained in:
parent
c579e36489
commit
73356b50e5
5 changed files with 5 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from __future__ import absolute_import
|
||||
import unittest
|
||||
|
||||
import loadcli
|
||||
from . import loadcli
|
||||
from six.moves import range
|
||||
|
||||
cli = loadcli.cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue