mirror of
https://github.com/netinvent/npbackup.git
synced 2024-11-10 09:03:02 +08:00
Move npbackup/npbackup.py to __main__.py
This commit is contained in:
parent
98f4f9a2e5
commit
4df1be1e0c
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import sys
|
|||
|
||||
sys.path.insert(0, os.path.normpath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
|
||||
from npbackup.npbackup import main
|
||||
from npbackup.__main__ import main
|
||||
|
||||
del sys.path[0]
|
||||
|
||||
|
|
Loading…
Reference in a new issue