author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 18 May 2010 16:49:00 +0200 | |
branch | stable |
changeset 5541 | eac04dd201f7 |
parent 5540 | ef2e37d34013 |
child 5542 | a8ad3df5a8a3 |
--- a/devtools/__init__.py Tue May 18 15:06:09 2010 +0200 +++ b/devtools/__init__.py Tue May 18 16:49:00 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