Skip to content

Commit 6df8257

Browse files
committed
Small update
1 parent 321e94d commit 6df8257

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyfoxfile/pyfoxfile.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@
8989
# LibArchive / BSDTar Support
9090
libarchive_support = False
9191
try:
92-
try:
93-
import libarchive.public as libarchive
94-
except ImportError:
95-
import libarchive
92+
import libarchive
9693
libarchive_support = True
9794
except (ImportError, OSError):
9895
pass

0 commit comments

Comments
 (0)