diff options
Diffstat (limited to 'scripts/test-sql.py')
-rw-r--r-- | scripts/test-sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-sql.py b/scripts/test-sql.py index 3bf08b19..55484d14 100644 --- a/scripts/test-sql.py +++ b/scripts/test-sql.py @@ -6,7 +6,7 @@ def test(filename, section): print "[Checking " + filename + "]\n" - cfg = ConfigParser.ConfigParser() + cfg = ConfigParser.RawConfigParser() cfg.read(filename) db = MySQLdb.connect(user = cfg.get(section, "username"), |