summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index 8e9efd13..f4f6a755 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -21,7 +21,8 @@ import urlparse
21import xml.dom.minidom 21import xml.dom.minidom
22 22
23from git_config import GitConfig 23from git_config import GitConfig
24from project import RemoteSpec, Project, MetaProject, R_HEADS, HEAD 24from git_refs import R_HEADS, HEAD
25from project import RemoteSpec, Project, MetaProject
25from error import ManifestParseError 26from error import ManifestParseError
26 27
27MANIFEST_FILE_NAME = 'manifest.xml' 28MANIFEST_FILE_NAME = 'manifest.xml'