Kaydet (Commit) 170fb040 authored tarafından Georg Brandl's avatar Georg Brandl

We dont have dbm.bsd support anymore.

üst 81269143
......@@ -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