fixed import for python 3
This commit is contained in:
parent
32d32249d5
commit
224367fe98
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,5 @@
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from cli import main
|
||||
from .cli import main
|
||||
main(as_module=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue