[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/xmlrpc/tests - test_directives.py:1.4.10.1
Grégoire Weber
zope@i-con.ch
Sun, 22 Jun 2003 10:24:21 -0400
Update of /cvs-repository/Zope3/src/zope/app/publisher/xmlrpc/tests
In directory cvs.zope.org:/tmp/cvs-serv24874/src/zope/app/publisher/xmlrpc/tests
Modified Files:
Tag: cw-mail-branch
test_directives.py
Log Message:
Synced up with HEAD
=== Zope3/src/zope/app/publisher/xmlrpc/tests/test_directives.py 1.4 => 1.4.10.1 ===
--- Zope3/src/zope/app/publisher/xmlrpc/tests/test_directives.py:1.4 Thu May 1 15:35:29 2003
+++ Zope3/src/zope/app/publisher/xmlrpc/tests/test_directives.py Sun Jun 22 10:23:20 2003
@@ -31,6 +31,7 @@
from zope.publisher.interfaces.xmlrpc import IXMLRPCPresentation
import zope.app.publisher.xmlrpc
+from zope.interface import implements
template = """<zopeConfigure
xmlns='http://namespaces.zope.org/zope'
@@ -41,7 +42,7 @@
request = Request(IXMLRPCPresentation)
class Ob:
- __implements__ = IC
+ implements(IC)
ob = Ob()