We dont have dbm.bsd support anymore.

This commit is contained in:
Georg Brandl 2009-05-17 08:42:58 +00:00
parent 8126914398
commit 170fb04038
1 changed files with 3 additions and 3 deletions

View File

@ -179,9 +179,9 @@ def whichdb(filename):
except struct.error:
return ""
# Check for BSD hash
if magic in (0x00061561, 0x61150600):
return "dbm.bsd"
## Check for BSD hash
#if magic in (0x00061561, 0x61150600):
# return "dbm.bsd"
# Unknown
return ""