mirror of https://github.com/python/cpython
Whitespace normalization.
This commit is contained in:
parent
16e3cf535b
commit
8ceefc5a56
|
@ -334,7 +334,7 @@ class FileModeTest(unittest.TestCase):
|
|||
self.assertEqual(tarfile.filemode(0755), '-rwxr-xr-x')
|
||||
self.assertEqual(tarfile.filemode(07111), '---s--s--t')
|
||||
|
||||
|
||||
|
||||
if bz2:
|
||||
# Bzip2 TestCases
|
||||
class ReadTestBzip2(ReadTestGzip):
|
||||
|
|
Loading…
Reference in New Issue