Changes between Version 15 and Version 16 of SplitSettings
- Timestamp:
- Dec 13, 2010, 6:21:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SplitSettings
v15 v16 387 387 deep_update(current_settings, locals()) 388 388 except ImportError, e: 389 print 'Unable to import configuration: %s' % (str(e))389 print 'Unable to import configuration: %s' % e 390 390 }}} 391 391