values are in value objects now

This commit is contained in:
gwen
2013-02-07 16:20:21 +01:00
parent 29914051e0
commit 9259a6e3f7
13 changed files with 303 additions and 234 deletions

View File

@ -205,6 +205,3 @@ class Setting():
def get_owner(self):
return self.owner
# Setting is actually a singleton
settings = Setting()