[Zope3-checkins] CVS: Zope3/src/zope/app/schema/tests -
test_vocabulary.py:1.5
Sidnei da Silva
cvs-admin at zope.org
Wed Oct 29 15:29:20 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/schema/tests
In directory cvs.zope.org:/tmp/cvs-serv23419/src/zope/app/schema/tests
Modified Files:
test_vocabulary.py
Log Message:
Whitespace cleaning
=== Zope3/src/zope/app/schema/tests/test_vocabulary.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/schema/tests/test_vocabulary.py:1.4 Fri Aug 1 17:48:38 2003
+++ Zope3/src/zope/app/schema/tests/test_vocabulary.py Wed Oct 29 15:28:50 2003
@@ -31,7 +31,7 @@
self.callable = callable
self.args = args or ()
self.kw = kw or {}
-
+
class MyFactory:
def __init__(self, context, **kw):
More information about the Zope3-Checkins
mailing list