summaryrefslogtreecommitdiffstats
path: root/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.py')
-rw-r--r--manifest.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.py b/manifest.py
index f737e866..c03cb4a7 100644
--- a/manifest.py
+++ b/manifest.py
@@ -41,6 +41,14 @@ class Manifest(object):
41 def projects(self): 41 def projects(self):
42 return {} 42 return {}
43 43
44 @property
45 def notice(self):
46 return None
47
48 @property
49 def manifest_server(self):
50 return None
51
44 def InitBranch(self): 52 def InitBranch(self):
45 pass 53 pass
46 54