[dev-lang/python] Fix typo in patch

This commit is contained in:
Joost Ruis
2012-04-12 09:28:32 +00:00
parent ffb94d0283
commit ab62ef2b46
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@
# Check for GNU dbm
- if magic == 0x13579ace:
+ if magic == (0x13579ace, 0x13579acd, 0x13579acf):
+ if magic in (0x13579ace, 0x13579acd, 0x13579acf):
return "gdbm"
# Check for old Berkeley db hash file format v2