summaryrefslogtreecommitdiff
path: root/Lib/test/test_shelve.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-12-24 18:31:27 +0000
committerTim Peters <tim.peters@gmail.com>2002-12-24 18:31:27 +0000
commita39cccce80fad270a46fb1db77fdf9daa64cc4f9 (patch)
tree7d4958b76f7f9fde974c62d6eedb6414ff54f731 /Lib/test/test_shelve.py
parentbf524165342b71efbbb5e938181c813dae570935 (diff)
downloadcpython-a39cccce80fad270a46fb1db77fdf9daa64cc4f9.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_shelve.py')
-rw-r--r--Lib/test/test_shelve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_shelve.py b/Lib/test/test_shelve.py
index 29af82eab0..e69e311ed9 100644
--- a/Lib/test/test_shelve.py
+++ b/Lib/test/test_shelve.py
@@ -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)