summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cl.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-03-26 19:42:58 (GMT)
committerGuido van Rossum <guido@python.org>1998-03-26 19:42:58 (GMT)
commit41360a4696f488e49e5409b3b1baf1fff6ae0044 (patch)
tree9c9b73b7446cc9fc36e09038bf26d889bb5b6f24 /Lib/test/test_cl.py
parentcd0f59ea0824ad6f897f05c2db4d4471e47e6063 (diff)
downloadcpython-41360a4696f488e49e5409b3b1baf1fff6ae0044.zip
cpython-41360a4696f488e49e5409b3b1baf1fff6ae0044.tar.gz
cpython-41360a4696f488e49e5409b3b1baf1fff6ae0044.tar.bz2
Mass check-in after untabifying all files that need it.
Diffstat (limited to 'Lib/test/test_cl.py')
-rwxr-xr-xLib/test/test_cl.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/test_cl.py b/Lib/test/test_cl.py
index f32efa6..60fbc43 100755
--- a/Lib/test/test_cl.py
+++ b/Lib/test/test_cl.py
@@ -69,10 +69,10 @@ clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
def main():
# touch all the attributes of al without doing anything
if verbose:
- print 'Touching cl module attributes...'
+ print 'Touching cl module attributes...'
for attr in clattrs:
- if verbose:
- print 'touching: ', attr
- getattr(cl, attr)
+ if verbose:
+ print 'touching: ', attr
+ getattr(cl, attr)
main()