[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/tests/test_brains.py A little bit less Acquisition

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 31 17:45:36 EDT 2010


Log message for revision 115293:
  A little bit less Acquisition
  

Changed:
  U   Zope/trunk/src/Products/ZCatalog/tests/test_brains.py

-=-
Modified: Zope/trunk/src/Products/ZCatalog/tests/test_brains.py
===================================================================
--- Zope/trunk/src/Products/ZCatalog/tests/test_brains.py	2010-07-31 21:42:21 UTC (rev 115292)
+++ Zope/trunk/src/Products/ZCatalog/tests/test_brains.py	2010-07-31 21:45:36 UTC (rev 115293)
@@ -46,7 +46,7 @@
         raise ConflictError
 
 
-class DummyRequest(Acquisition.Implicit):
+class DummyRequest(object):
 
     def physicalPathToURL(self, path, relative=False):
         if not relative:



More information about the Zope-Checkins mailing list