main : import PathsManager instead of *

This commit is contained in:
2026-01-28 18:21:13 +01:00
parent a281fab8db
commit 942b6c3cef

View File

@@ -7,7 +7,7 @@ from unisync.argparser import create_argparser
from unisync.runners import unisync_sync, unisync_add, unisync_mount
from unisync.config import load_config
from unisync.synchroniser import Synchroniser
from unisync.paths import *
from unisync.paths import PathsManager
def main():
parser = create_argparser(unisync_sync, unisync_add, unisync_mount)