works on performante

This commit is contained in:
2013-03-26 10:29:49 +01:00
parent 4f3db9cbc6
commit 899f864f8d
3 changed files with 17 additions and 9 deletions

View File

@ -131,6 +131,9 @@ class Setting():
owner = owners.user
# in order to freeze everything, not **only** the frozen options
everything_frozen = False
# enables at build time to raise an exception if the option's name
# has the name of a config's method
valid_opt_names = True
#____________________________________________________________
# properties methods
def has_properties(self):