Skip to content

Commit af51e8a

Browse files
author
ldx
committed
Fix #45.
1 parent 72ef8ed commit af51e8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

iptc/xtables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ class XTablesError(Exception):
684684
if _xtables_libdir is None:
685685
import os.path
686686
for xtdir in ["/lib/xtables", "/usr/lib/xtables", "/usr/lib/iptables",
687+
"/usr/lib64/xtables", "/usr/lib64/iptables",
687688
"/usr/local/lib/xtables"]:
688689
if os.path.isdir(xtdir):
689690
_xtables_libdir = xtdir

0 commit comments

Comments
 (0)