summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_support.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-18 02:22:22 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-18 02:22:22 (GMT)
commitd2bf3b7ca6f702f54b8e81ea8d194fc116ac6791 (patch)
treec34fdd1272160f21e142ecf814d1dd68ff5cfa98 /Lib/test/test_support.py
parentbe4cbb16681ba9274b3017d9ccf3bcb2a2dbc30c (diff)
downloadcpython-d2bf3b7ca6f702f54b8e81ea8d194fc116ac6791.zip
cpython-d2bf3b7ca6f702f54b8e81ea8d194fc116ac6791.tar.gz
cpython-d2bf3b7ca6f702f54b8e81ea8d194fc116ac6791.tar.bz2
Whitespace normalization. Leaving tokenize_tests.py alone for now.
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r--Lib/test/test_support.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py
index 8dcec30..6699b3a 100644
--- a/Lib/test/test_support.py
+++ b/Lib/test/test_support.py
@@ -73,13 +73,13 @@ def findfile(file, here=__file__):
return file
def verify(condition, reason='test failed'):
-
- """ Verify that condition is true. If not, raise an
- AssertionError.
-
- The optinal argument reason can be given to provide
- a better error text.
-
- """
- if not condition:
- raise AssertionError,reason
+
+ """ Verify that condition is true. If not, raise an
+ AssertionError.
+
+ The optinal argument reason can be given to provide
+ a better error text.
+
+ """
+ if not condition:
+ raise AssertionError,reason