Untabify to pass the -tt test.

This commit is contained in:
Fred Drake 2000-02-10 17:17:14 +00:00
parent 857c4c36b9
commit 13a2c279c5
8 changed files with 775 additions and 775 deletions

View file

@ -56,7 +56,7 @@ def whichdb(filename):
# BSD hash v2 has a 12-byte NULL pad in front of the file type
try:
(magic,) = struct.unpack("=l", s16[-4:])
(magic,) = struct.unpack("=l", s16[-4:])
except struct.error:
return ""