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