summaryrefslogtreecommitdiff
path: root/Lib/test/test_parser.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-04-20 17:45:13 +0000
committerTim Peters <tim.peters@gmail.com>2005-04-20 17:45:13 +0000
commite890682e521ad90eac91196d151b796edf00c3fa (patch)
tree34080b2f88fe8cb5c1ec28627b3cf631bac40fa8 /Lib/test/test_parser.py
parentc8d907c60bacc4b08c03a71a6b714765df9e879d (diff)
downloadcpython-git-e890682e521ad90eac91196d151b796edf00c3fa.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_parser.py')
-rw-r--r--Lib/test/test_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py
index bd81aca217..205c4065d8 100644
--- a/Lib/test/test_parser.py
+++ b/Lib/test/test_parser.py
@@ -129,7 +129,7 @@ class RoundtripLegalSyntaxTestCase(unittest.TestCase):
def test_class_defs(self):
self.check_suite("class foo():pass")
-
+
def test_import_from_statement(self):
self.check_suite("from sys.path import *")
self.check_suite("from sys.path import dirname")