[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Introspector/tests - TestClass.py:1.3
Jeremy Hylton
jeremy@zope.com
Fri, 20 Dec 2002 17:25:01 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Introspector/tests
In directory cvs.zope.org:/tmp/cvs-serv1512/App/OFS/Introspector/tests
Modified Files:
TestClass.py
Log Message:
Fix files with missing newline at end or other bogus whitespace issues.
Fix some typos and other stuff, too.
=== Zope3/lib/python/Zope/App/OFS/Introspector/tests/TestClass.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Introspector/tests/TestClass.py:1.2 Thu Dec 19 13:25:37 2002
+++ Zope3/lib/python/Zope/App/OFS/Introspector/tests/TestClass.py Fri Dec 20 17:24:30 2002
@@ -17,6 +17,7 @@
class ITestClass(Interface):
def drool():
"""...drool..."""
+
class BaseTestClass:
"""This is stupid base class"""
pass
@@ -28,12 +29,10 @@
pass
class I(Interface):
- """bah blah
- """
+ """bah blah"""
class I2(I):
- """eek
- """
+ """eek"""
class I3(I, I2):
"""This is dummy doc string"""
@@ -45,4 +44,4 @@
"""method one"""
def two(param1, param2):
- """method two"""
\ No newline at end of file
+ """method two"""