File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def __repr__(self):
122122 def flush (self , zlib_mode = isal_zlib .Z_SYNC_FLUSH ):
123123 super ().flush (zlib_mode )
124124
125- def _write_gzip_header (self , compresslevel = _COMPRESS_LEVEL_TRADEOFF ):
125+ def _write_gzip_header (self , compresslevel = _COMPRESS_LEVEL_TRADEOFF ):
126126 # Determine what xfl flag is written for the compression level.
127127 # Equate the fast level to gzip level 1. All the other levels are
128128 # medium.
Original file line number Diff line number Diff line change 2828from subprocess import PIPE , Popen
2929from test import support
3030from test .support import _4G , bigmemtest
31- from test .support .script_helper import assert_python_ok , assert_python_failure
31+ from test .support .script_helper import assert_python_failure , assert_python_ok
3232
3333from isal import igzip
3434
Original file line number Diff line number Diff line change 1111
1212
1313"""
14- import functools
15- import os
16- import unittest
17- from test import support
1814import binascii
1915import copy
16+ import functools
17+ import os
2018import pickle
2119import random
2220import sys
23- from test .support import bigmemtest , _1G , _4G
21+ import unittest
22+ from test import support
23+ from test .support import _1G , _4G , bigmemtest
2424
2525import isal
2626from isal import isal_zlib
You can’t perform that action at this time.
0 commit comments