Mercurial > p > roundup > code
diff roundup/backends/sessions_dbm.py @ 4363:6cbe57d7f15c
fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 26 Feb 2010 00:42:43 +0000 |
| parents | 74476eaac38a |
| children | 0d9369d35483 |
line wrap: on
line diff
--- a/roundup/backends/sessions_dbm.py Fri Feb 26 00:38:53 2010 +0000 +++ b/roundup/backends/sessions_dbm.py Fri Feb 26 00:42:43 2010 +0000 @@ -46,7 +46,7 @@ ''' 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"))
