main : import PathsManager instead of *
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user