diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/sync.py | 4 |
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 | ||
39 | from git_command import GIT | 39 | from git_command import GIT |
40 | from git_refs import R_HEADS | 40 | from git_refs import R_HEADS, HEAD |
41 | from project import HEAD | ||
42 | from project import Project | 41 | from project import Project |
43 | from project import RemoteSpec | 42 | from project import RemoteSpec |
44 | from command import Command, MirrorSafeCommand | 43 | from command import Command, MirrorSafeCommand |
45 | from error import RepoChangedException, GitError | 44 | from error import RepoChangedException, GitError |
46 | from project import R_HEADS | ||
47 | from project import SyncBuffer | 45 | from project import SyncBuffer |
48 | from progress import Progress | 46 | from progress import Progress |
49 | 47 | ||