mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Default value for UDTConfig.config
This commit is contained in:
parent
1ef4d149a7
commit
820b8dc0c5
@ -34,6 +34,8 @@ class UDTConfig(object):
|
|||||||
'UPDATE_BUILDER': False,
|
'UPDATE_BUILDER': False,
|
||||||
'LPINSTANCE': 'production',
|
'LPINSTANCE': 'production',
|
||||||
}
|
}
|
||||||
|
# Populated from the configuration files:
|
||||||
|
config = {}
|
||||||
|
|
||||||
def __init__(self, no_conf=False, prefix=None):
|
def __init__(self, no_conf=False, prefix=None):
|
||||||
self.no_conf = no_conf
|
self.no_conf = no_conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user