Log message for revision 70894:
  - quiet a deprecation warning in Zope > 2.9
  

Changed:
  U   CMF/trunk/CMFCore/exportimport/tests/test_content.py

-=-
Modified: CMF/trunk/CMFCore/exportimport/tests/test_content.py
===================================================================
--- CMF/trunk/CMFCore/exportimport/tests/test_content.py        2006-10-23 
18:26:54 UTC (rev 70893)
+++ CMF/trunk/CMFCore/exportimport/tests/test_content.py        2006-10-23 
19:02:29 UTC (rev 70894)
@@ -45,7 +45,7 @@
         return SetupTool('portal_setup')
 
     def _setUpAdapters(self):
-        from zope.app.tests import ztapi
+        from zope.app.testing import ztapi
         #from OFS.Image import File
 
         from Products.GenericSetup.interfaces import IFilesystemExporter

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to