__main__: remove absolute "borg" import

This commit is contained in:
Thomas Waldmann 2022-09-16 19:37:54 +02:00
parent f348c86f08
commit 785cb4c21a
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ if sys.platform.startswith("win32"):
os.environ["PATH"] = os.pathsep.join(dll_path) + os.pathsep + os.environ["PATH"]
from borg.archiver import main
from .archiver import main
main()