Default value for UDTConfig.config

This commit is contained in:
Stefano Rivera 2010-12-21 01:14:57 +02:00
parent 1ef4d149a7
commit 820b8dc0c5

View File

@ -34,6 +34,8 @@ class UDTConfig(object):
'UPDATE_BUILDER': False,
'LPINSTANCE': 'production',
}
# Populated from the configuration files:
config = {}
def __init__(self, no_conf=False, prefix=None):
self.no_conf = no_conf