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/pyclbr_input.py | |
parent | cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f (diff) | |
download | cpython-6db15d7307b831766617f6a9700ecc4c75a16081.zip cpython-6db15d7307b831766617f6a9700ecc4c75a16081.tar.gz cpython-6db15d7307b831766617f6a9700ecc4c75a16081.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/pyclbr_input.py')
-rw-r--r-- | Lib/test/pyclbr_input.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/pyclbr_input.py b/Lib/test/pyclbr_input.py index b410fcc..8efc9de 100644 --- a/Lib/test/pyclbr_input.py +++ b/Lib/test/pyclbr_input.py @@ -10,11 +10,11 @@ class Other(object): class B (object): def bm(self): pass - + class C (B): foo = Other().foo om = Other.om - + d = 10 # XXX: This causes test_pyclbr.py to fail, but only because the @@ -23,9 +23,9 @@ class C (B): # The pyclbr.py module gets this right as it parses the text. # #f = f - + def m(self): pass - + @staticmethod def sm(self): pass |