summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6e1758)
raw | patch | inline | side by side (parent: e6e1758)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 26 Feb 2010 00:42:43 +0000 (00:42 +0000) | ||
committer | richard <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 | patch | blob | history |
index 27b6c52363fc369b7956ca8b38a5ce5097a9bc24..c4e2be161fbdd9da6f5c63e6b82475cbcdcb6248 100644 (file)
'''
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"))