summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index 457d5ab0..785976bc 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -329,6 +329,10 @@ class XmlManifest(object):
329 def IsMirror(self): 329 def IsMirror(self):
330 return self.manifestProject.config.GetBoolean('repo.mirror') 330 return self.manifestProject.config.GetBoolean('repo.mirror')
331 331
332 @property
333 def IsArchive(self):
334 return self.manifestProject.config.GetBoolean('repo.archive')
335
332 def _Unload(self): 336 def _Unload(self):
333 self._loaded = False 337 self._loaded = False
334 self._projects = {} 338 self._projects = {}