[Zope3-checkins] CVS: Zope3/src/zope/app/traversing/ftests -
test_vhosting.py:1.8.2.1
Jim Fulton
jim at zope.com
Mon Sep 8 15:22:23 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/traversing/ftests
In directory cvs.zope.org:/tmp/cvs-serv20092/src/zope/app/traversing/ftests
Modified Files:
Tag: parentgeddon-branch
test_vhosting.py
Log Message:
Checking in work in progress on parentgeddon-branch so Fred can help
me to get the tests passing. Specific log entries will be provided
when we merge this into the head.
=== Zope3/src/zope/app/traversing/ftests/test_vhosting.py 1.8 => 1.8.2.1 ===
--- Zope3/src/zope/app/traversing/ftests/test_vhosting.py:1.8 Tue Sep 2 16:47:18 2003
+++ Zope3/src/zope/app/traversing/ftests/test_vhosting.py Mon Sep 8 14:21:51 2003
@@ -26,14 +26,12 @@
from zope.app.publisher.browser.resource import Resource
from zope.app.traversing import traverse
from zope.security.checker import defineChecker, NoProxy
-from zope.context import ContextMethod
__metaclass__ = type
class MyObj:
def __getitem__(wrapped_self, key):
return traverse(wrapped_self, '/foo/bar/' + key)
- __getitem__ = ContextMethod(__getitem__)
defineChecker(MyObj, NoProxy)
More information about the Zope3-Checkins
mailing list