summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index b2658d87..cbf0decc 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -37,13 +37,11 @@ except ImportError:
37 return (256, 256) 37 return (256, 256)
38 38
39from git_command import GIT 39from git_command import GIT
40from git_refs import R_HEADS 40from git_refs import R_HEADS, HEAD
41from project import HEAD
42from project import Project 41from project import Project
43from project import RemoteSpec 42from project import RemoteSpec
44from command import Command, MirrorSafeCommand 43from command import Command, MirrorSafeCommand
45from error import RepoChangedException, GitError 44from error import RepoChangedException, GitError
46from project import R_HEADS
47from project import SyncBuffer 45from project import SyncBuffer
48from progress import Progress 46from progress import Progress
49 47