mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Whitespace normalization.
This commit is contained in:
parent
75bfd0585b
commit
6578dc925f
7 changed files with 10 additions and 11 deletions
|
@ -7,7 +7,7 @@ from test import test_support
|
|||
class TestCase(unittest.TestCase):
|
||||
|
||||
fn = "shelftemp.db"
|
||||
|
||||
|
||||
def test_ascii_file_shelf(self):
|
||||
try:
|
||||
s = shelve.open(self.fn, binary=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue