summaryrefslogtreecommitdiffstats
path: root/Lib/whichdb.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-02-10 17:17:14 (GMT)
committerFred Drake <fdrake@acm.org>2000-02-10 17:17:14 (GMT)
commit13a2c279c504ae58c20baba5f0b3d1d6c0a85ed3 (patch)
tree6942aa091af39fe239eff68b0bf1292eea26da29 /Lib/whichdb.py
parent857c4c36b962c6e74559e045c7fb43177dd5bcea (diff)
downloadcpython-13a2c279c504ae58c20baba5f0b3d1d6c0a85ed3.zip
cpython-13a2c279c504ae58c20baba5f0b3d1d6c0a85ed3.tar.gz
cpython-13a2c279c504ae58c20baba5f0b3d1d6c0a85ed3.tar.bz2
Untabify to pass the -tt test.
Diffstat (limited to 'Lib/whichdb.py')
-rw-r--r--Lib/whichdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/whichdb.py b/Lib/whichdb.py
index aa1761c..4dd4e3a 100644
--- a/Lib/whichdb.py
+++ b/Lib/whichdb.py
@@ -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 ""