local
This commit is contained in:
parent
ec6a6e07e1
commit
d0323aee9f
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
import sys
|
||||
|
||||
import arguments
|
||||
import repository
|
||||
import local
|
||||
import synchronization
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@ def check(args):
|
|||
|
||||
|
||||
def info(args):
|
||||
print(repository.Repository(args))
|
||||
print(local.Repository(args))
|
||||
|
||||
|
||||
def sync(args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue