We dont have dbm.bsd support anymore.
This commit is contained in:
parent
8126914398
commit
170fb04038
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue