summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index 21bc5e7d..aafec1d2 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -51,7 +51,7 @@ import git_superproject
51import gitc_utils 51import gitc_utils
52from project import Project 52from project import Project
53from project import RemoteSpec 53from project import RemoteSpec
54from command import Command, MirrorSafeCommand 54from command import Command, MirrorSafeCommand, WORKER_BATCH_SIZE
55from error import RepoChangedException, GitError, ManifestParseError 55from error import RepoChangedException, GitError, ManifestParseError
56import platform_utils 56import platform_utils
57from project import SyncBuffer 57from project import SyncBuffer