Hippo Grid Manager

This commit is contained in:
Siana Gearz
2011-01-29 16:17:31 +01:00
parent bb708b71ff
commit d962b05a9e
28 changed files with 1506 additions and 1737 deletions

View File

@@ -288,7 +288,8 @@ class LLManifest(object):
return self.args.get('channel', None) == DEFAULT_CHANNEL
elif self.viewer_branding_id()=="snowglobe":
return self.args.get('channel', None) == DEFAULT_CHANNEL_SNOWGLOBE
raise ValueError, "Invalid branding id: " + self.viewer_branding_id()
else:
return true
def construct(self):
""" Meant to be overriden by LLManifest implementors with code that