Code

fix
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 26 Feb 2010 00:42:43 +0000 (00:42 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 26 Feb 2010 00:42:43 +0000 (00:42 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4469 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/backends/sessions_dbm.py

index 27b6c52363fc369b7956ca8b38a5ce5097a9bc24..c4e2be161fbdd9da6f5c63e6b82475cbcdcb6248 100644 (file)
@@ -46,7 +46,7 @@ class BasicDatabase:
         '''
         db_type = ''
         if os.path.exists(path):
-            db_type = whichdb.whichdb(path)
+            db_type = whichdb(path)
             if not db_type:
                 raise hyperdb.DatabaseError(
                     _("Couldn't identify database type"))