From: richard Date: Fri, 26 Feb 2010 00:42:43 +0000 (+0000) Subject: fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a29e79fb2be58c6c4985208f8b94cb57e8d6d48a;p=roundup.git fix git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4469 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/backends/sessions_dbm.py b/roundup/backends/sessions_dbm.py index 27b6c52..c4e2be1 100644 --- a/roundup/backends/sessions_dbm.py +++ b/roundup/backends/sessions_dbm.py @@ -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"))