Log message for revision 108926:
  Suppress deprecation warning for BBB location of TaintedString.

Changed:
  U   Zope/trunk/src/OFS/tests/testSimpleItem.py

-=-
Modified: Zope/trunk/src/OFS/tests/testSimpleItem.py
===================================================================
--- Zope/trunk/src/OFS/tests/testSimpleItem.py  2010-02-11 11:10:52 UTC (rev 
108925)
+++ Zope/trunk/src/OFS/tests/testSimpleItem.py  2010-02-11 17:09:54 UTC (rev 
108926)
@@ -44,7 +44,7 @@
             self.failUnless('full details: testing' in value.message)
 
     def test_raise_StandardErrorMessage_TaintedString_errorValue(self):
-        from ZPublisher.TaintedString import TaintedString
+        from Shared.TaintedString import TaintedString
         class REQUEST(object):
             class RESPONSE(object):
                 handle_errors = True

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to