summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2012-08-22 10:46:11 +0900
committerGustaf Lundh <gustaf.lundh@sonymobile.com>2012-08-23 12:15:26 +0200
commite15c65abc25cd1d5d77ec6815a3c011b9f57ddac (patch)
tree43bd95e2e83abcd88c5d05b6a65393877c51028b /main.py
parentdaa851f6cd9edb3851a3884fd2864f0f3dc583b2 (diff)
downloadgit-repo-e15c65abc25cd1d5d77ec6815a3c011b9f57ddac.tar.gz
Remove unused imports
There are several imports that are not used. Remove them. Change-Id: I2ac3be66827bd68d3faedcef7d6bbf30ea01d3f2
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.py b/main.py
index ea29851e..12752299 100755
--- a/main.py
+++ b/main.py
@@ -35,7 +35,6 @@ from git_command import git, GitCommand
35from git_config import init_ssh, close_ssh 35from git_config import init_ssh, close_ssh
36from command import InteractiveCommand 36from command import InteractiveCommand
37from command import MirrorSafeCommand 37from command import MirrorSafeCommand
38from command import PagedCommand
39from subcmds.version import Version 38from subcmds.version import Version
40from editor import Editor 39from editor import Editor
41from error import DownloadError 40from error import DownloadError