diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2012-08-22 10:46:11 +0900 |
---|---|---|
committer | Gustaf Lundh <gustaf.lundh@sonymobile.com> | 2012-08-23 12:15:26 +0200 |
commit | e15c65abc25cd1d5d77ec6815a3c011b9f57ddac (patch) | |
tree | 43bd95e2e83abcd88c5d05b6a65393877c51028b /manifest_xml.py | |
parent | daa851f6cd9edb3851a3884fd2864f0f3dc583b2 (diff) | |
download | git-repo-e15c65abc25cd1d5d77ec6815a3c011b9f57ddac.tar.gz |
Remove unused imports
There are several imports that are not used. Remove them.
Change-Id: I2ac3be66827bd68d3faedcef7d6bbf30ea01d3f2
Diffstat (limited to 'manifest_xml.py')
-rw-r--r-- | manifest_xml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py index 26cc14f6..205e4af7 100644 --- a/manifest_xml.py +++ b/manifest_xml.py | |||
@@ -20,7 +20,7 @@ import sys | |||
20 | import urlparse | 20 | import urlparse |
21 | import xml.dom.minidom | 21 | import xml.dom.minidom |
22 | 22 | ||
23 | from git_config import GitConfig, IsId | 23 | from git_config import GitConfig |
24 | from project import RemoteSpec, Project, MetaProject, R_HEADS, HEAD | 24 | from project import RemoteSpec, Project, MetaProject, R_HEADS, HEAD |
25 | from error import ManifestParseError | 25 | from error import ManifestParseError |
26 | 26 | ||