mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Whitespace normalization.
This commit is contained in:
parent
16e3cf535b
commit
8ceefc5a56
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue