diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-04 02:36:18 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-04 02:36:18 (GMT) |
commit | 6db15d7307b831766617f6a9700ecc4c75a16081 (patch) | |
tree | cbc747970fd7d68844de8abaca57c8102dc859b2 /Lib/test/test_pyclbr.py | |
parent | cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f (diff) | |
download | cpython-6db15d7307b831766617f6a9700ecc4c75a16081.zip cpython-6db15d7307b831766617f6a9700ecc4c75a16081.tar.gz cpython-6db15d7307b831766617f6a9700ecc4c75a16081.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_pyclbr.py')
-rw-r--r-- | Lib/test/test_pyclbr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index eddd593..ae8a396 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -151,7 +151,7 @@ class PyclbrTest(TestCase): # if it were not commented out. # self.checkModule('test.pyclbr_input') - + def test_others(self): cm = self.checkModule |