summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py2
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
55from project import Project 55from project import Project
56from project import RemoteSpec 56from project import RemoteSpec
57from command import Command, DEFAULT_LOCAL_JOBS, MirrorSafeCommand, WORKER_BATCH_SIZE 57from command import Command, DEFAULT_LOCAL_JOBS, MirrorSafeCommand, WORKER_BATCH_SIZE
58from error import RepoChangedException, GitError, ManifestParseError 58from error import RepoChangedException, GitError
59import platform_utils 59import platform_utils
60from project import SyncBuffer 60from project import SyncBuffer
61from progress import Progress 61from progress import Progress