mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 14:41:43 +00:00
__main__: remove absolute "borg" import
This commit is contained in:
parent
f348c86f08
commit
785cb4c21a
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@
|
|||
os.environ["PATH"] = os.pathsep.join(dll_path) + os.pathsep + os.environ["PATH"]
|
||||
|
||||
|
||||
from borg.archiver import main
|
||||
from .archiver import main
|
||||
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue