summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep277.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-11-09 05:26:15 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-11-09 05:26:15 (GMT)
commit3de75266aafa32e4d435b5b8a9d950acb53a5990 (patch)
treea79d44b61ec44f45d7c50229098eb8d30217cd02 /Lib/test/test_pep277.py
parente7130315a5ddc279053df1d0e35e0da4dfbcb027 (diff)
downloadcpython-3de75266aafa32e4d435b5b8a9d950acb53a5990.zip
cpython-3de75266aafa32e4d435b5b8a9d950acb53a5990.tar.gz
cpython-3de75266aafa32e4d435b5b8a9d950acb53a5990.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_pep277.py')
-rw-r--r--Lib/test/test_pep277.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/test_pep277.py b/Lib/test/test_pep277.py
index 9c4aa05..7173b89 100644
--- a/Lib/test/test_pep277.py
+++ b/Lib/test/test_pep277.py
@@ -52,10 +52,10 @@ class UnicodeFileTests(unittest.TestCase):
% (fn.__name__, filename))
except expected_exception, details:
if check_fn_in_exception and details.filename != filename:
- raise TestFailed("Function '%s(%r) failed with "
- "bad filename in the exception: %r"
- % (fn.__name__, filename,
- details.filename))
+ raise TestFailed("Function '%s(%r) failed with "
+ "bad filename in the exception: %r"
+ % (fn.__name__, filename,
+ details.filename))
def test_failures(self):
# Pass non-existing Unicode filenames all over the place.