diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index e4e7a971..8db429bf 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -55,7 +55,7 @@ import gitc_utils | |||
55 | from project import Project | 55 | from project import Project |
56 | from project import RemoteSpec | 56 | from project import RemoteSpec |
57 | from command import Command, DEFAULT_LOCAL_JOBS, MirrorSafeCommand, WORKER_BATCH_SIZE | 57 | from command import Command, DEFAULT_LOCAL_JOBS, MirrorSafeCommand, WORKER_BATCH_SIZE |
58 | from error import RepoChangedException, GitError, ManifestParseError | 58 | from error import RepoChangedException, GitError |
59 | import platform_utils | 59 | import platform_utils |
60 | from project import SyncBuffer | 60 | from project import SyncBuffer |
61 | from progress import Progress | 61 | from progress import Progress |