aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/snakeoil/compression/_xz.py')
-rw-r--r--src/snakeoil/compression/_xz.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/snakeoil/compression/_xz.py b/src/snakeoil/compression/_xz.py
index 9a91a4c5..0f130468 100644
--- a/src/snakeoil/compression/_xz.py
+++ b/src/snakeoil/compression/_xz.py
@@ -32,7 +32,6 @@ try:
native = True
except ImportError:
-
# We need this because if we are not native then TarFile.open will fail
# (and some code needs to be able to check that).
native = False