Code

fix
[roundup.git] / 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"))