Changes between Version 15 and Version 16 of SplitSettings


Ignore:
Timestamp:
Dec 13, 2010, 6:21:44 PM (13 years ago)
Author:
newacct
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SplitSettings

    v15 v16  
    387387        deep_update(current_settings, locals())
    388388except ImportError, e:
    389     print 'Unable to import configuration: %s' % (str(e))
     389    print 'Unable to import configuration: %s' % e
    390390}}}
    391391
Back to Top