summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-12-30 18:42:42 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-12-30 18:42:42 (GMT)
commit1b27f86411f2593fe6137c54143c0d23f21271c7 (patch)
tree7c6c7300afddf17c6082cd637166618993c55218 /Lib/test/test_descr.py
parent4cfa136680b5dca161357c672f928387f775a5fd (diff)
downloadcpython-1b27f86411f2593fe6137c54143c0d23f21271c7.zip
cpython-1b27f86411f2593fe6137c54143c0d23f21271c7.tar.gz
cpython-1b27f86411f2593fe6137c54143c0d23f21271c7.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_descr.py')
-rw-r--r--Lib/test/test_descr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py
index e954a0f..d612766 100644
--- a/Lib/test/test_descr.py
+++ b/Lib/test/test_descr.py
@@ -1664,7 +1664,7 @@ def altmro():
pass
else:
raise TestFailed, "non-sequence mro() return not caught"
-
+
def overloading():
if verbose: print "Testing operator overloading..."