Commit e2825a1f authored by Georg Brandl's avatar Georg Brandl

We dont have dbm.bsd support anymore.

parent bd344450
......@@ -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 ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment