diff options
Diffstat (limited to 'manifest.py')
-rw-r--r-- | manifest.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.py b/manifest.py index bf801dfa..0762098b 100644 --- a/manifest.py +++ b/manifest.py | |||
@@ -35,3 +35,10 @@ class Manifest(object): | |||
35 | @property | 35 | @property |
36 | def IsMirror(self): | 36 | def IsMirror(self): |
37 | return self.manifestProject.config.GetBoolean('repo.mirror') | 37 | return self.manifestProject.config.GetBoolean('repo.mirror') |
38 | |||
39 | @property | ||
40 | def projects(self): | ||
41 | return {} | ||
42 | |||
43 | def SetMRefs(self, project): | ||
44 | pass | ||