diff options
Diffstat (limited to 'subcmds/version.py')
-rw-r--r-- | subcmds/version.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/subcmds/version.py b/subcmds/version.py index c539db63..71a03608 100644 --- a/subcmds/version.py +++ b/subcmds/version.py | |||
@@ -15,8 +15,11 @@ | |||
15 | import platform | 15 | import platform |
16 | import sys | 16 | import sys |
17 | 17 | ||
18 | from command import Command, MirrorSafeCommand | 18 | from command import Command |
19 | from git_command import git, RepoSourceVersion, user_agent | 19 | from command import MirrorSafeCommand |
20 | from git_command import git | ||
21 | from git_command import RepoSourceVersion | ||
22 | from git_command import user_agent | ||
20 | from git_refs import HEAD | 23 | from git_refs import HEAD |
21 | from wrapper import Wrapper | 24 | from wrapper import Wrapper |
22 | 25 | ||