devtools/__init__.py
branchstable
changeset 5548 d29d1a1ce15d
parent 5541 eac04dd201f7
child 5555 a64f48dd5fe4
child 5693 8af6623f3d4e
--- a/devtools/__init__.py	Thu May 20 10:40:29 2010 +0200
+++ b/devtools/__init__.py	Thu May 20 10:40:55 2010 +0200
@@ -278,7 +278,6 @@
 def init_test_database_sqlite(config):
     """initialize a fresh sqlite databse used for testing purpose"""
     # remove database file if it exists
-    dbfile = config.sources()['system']['db-name']
     if not reset_test_database_sqlite(config):
         # initialize the database
         import shutil