summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-09-18 02:26:39 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-09-18 02:26:39 (GMT)
commitb64bec3ec078d66a34175b9dec55eaac5c821b46 (patch)
tree2b9660e0ad789f4cf73d9c4fa5d69d5f252c238e /Lib/test
parenta86f0c17a1385c07710d894b93a1c13159c0b57f (diff)
downloadcpython-b64bec3ec078d66a34175b9dec55eaac5c821b46.zip
cpython-b64bec3ec078d66a34175b9dec55eaac5c821b46.tar.gz
cpython-b64bec3ec078d66a34175b9dec55eaac5c821b46.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_doctest.py2
-rw-r--r--Lib/test/test_getargs.py3
2 files changed, 1 insertions, 4 deletions
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py
index 82ab398..f8ad6fd 100644
--- a/Lib/test/test_doctest.py
+++ b/Lib/test/test_doctest.py
@@ -1,2 +1,2 @@
-import doctest, test_support
+import doctest, test_support
test_support.run_doctest(doctest)
diff --git a/Lib/test/test_getargs.py b/Lib/test/test_getargs.py
index 5747261..ed6e4ee 100644
--- a/Lib/test/test_getargs.py
+++ b/Lib/test/test_getargs.py
@@ -19,6 +19,3 @@ try:
marshal.loads(u"\222")
except UnicodeError:
pass
-
-
-