diff options
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 | ||