misc/migration/3.18.0_Any.py
changeset 9460 a2a0bc984863
parent 9395 96dba2efd16d
child 9478 2d7521881d3d
--- a/misc/migration/3.18.0_Any.py	Wed Jan 22 12:14:56 2014 +0100
+++ b/misc/migration/3.18.0_Any.py	Tue Jul 02 17:07:34 2013 +0200
@@ -1,4 +1,4 @@
-driver = config.sources()['system']['db-driver']
+driver = config.system_source_config['db-driver']
 if not (driver == 'postgres' or driver.startswith('sqlserver')):
     import sys
     print >>sys.stderr, 'This migration is not supported for backends other than sqlserver or postgres (yet).'