[Zodb-checkins] CVS: Zope3/src/zope/interface/tests -
test_interface.py:1.7
Sidnei da Silva
sidnei at x3ng.com.br
Thu Jul 3 19:46:25 EDT 2003
Update of /cvs-repository/Zope3/src/zope/interface/tests
In directory cvs.zope.org:/tmp/cvs-serv1282/src/zope/interface/tests
Modified Files:
test_interface.py
Log Message:
Whitespace cleanup, changed some ContextMethods by zapi.ContextMethod, use constant for service name, corrected some labels on SQLScript. There was this ugly code on zope.app.rdb that I couldnt figure out how to fix. I need help from srichter.
=== Zope3/src/zope/interface/tests/test_interface.py 1.6 => 1.7 ===
--- Zope3/src/zope/interface/tests/test_interface.py:1.6 Tue Jun 24 15:04:41 2003
+++ Zope3/src/zope/interface/tests/test_interface.py Thu Jul 3 18:46:20 2003
@@ -160,8 +160,8 @@
self.assertEqual(I.__doc__, "")
self.assertEqual(list(I), ['__doc__'])
-
-
+
+
class _I1(Interface):
More information about the Zodb-checkins
mailing list