summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index e2f58e62..6557477c 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -310,7 +310,7 @@ class XmlManifest(object):
310 @property 310 @property
311 def projects(self): 311 def projects(self):
312 self._Load() 312 self._Load()
313 return self._paths.values() 313 return list(self._paths.values())
314 314
315 @property 315 @property
316 def remotes(self): 316 def remotes(self):