[Checkins] SVN: PluggableAuthService/trunk/tests/test_exportimport.py Fix deprecation warning.

Tres Seaver tseaver at palladion.com
Mon Apr 23 11:34:39 EDT 2007


Log message for revision 74681:
  Fix deprecation warning.

Changed:
  U   PluggableAuthService/trunk/tests/test_exportimport.py

-=-
Modified: PluggableAuthService/trunk/tests/test_exportimport.py
===================================================================
--- PluggableAuthService/trunk/tests/test_exportimport.py	2007-04-23 14:08:29 UTC (rev 74680)
+++ PluggableAuthService/trunk/tests/test_exportimport.py	2007-04-23 15:34:38 UTC (rev 74681)
@@ -62,7 +62,7 @@
     class Test_exportPAS(_TestBase):
 
         def _setUpAdapters(self):
-            from zope.app.tests import ztapi
+            from zope.app.testing import ztapi
 
             try:
                 from OFS.interfaces import IObjectManager
@@ -216,7 +216,7 @@
     class Test_importPAS(_TestBase):
 
         def _setUpAdapters(self):
-            from zope.app.tests import ztapi
+            from zope.app.testing import ztapi
 
             try:
                 from OFS.interfaces import IObjectManager



More information about the Checkins mailing list