FIX in config spotted by Jonathan
This commit is contained in:
parent
dc73c987c8
commit
fc47328cbf
@ -32,7 +32,7 @@ BOOLEANS = {'import_copy', 'import_move', 'color'}
|
||||
# from configs import config
|
||||
_config = None
|
||||
def config(section = MAIN_SECTION):
|
||||
if config is None:
|
||||
if _config is None:
|
||||
raise ValueError, 'not config instanciated yet'
|
||||
_config._section = section
|
||||
return _config
|
||||
|
Loading…
x
Reference in New Issue
Block a user