[Zope-Checkins] SVN: Zope/trunk/src/OFS/tests/testSimpleItem.py Suppress deprecation warning for BBB location of TaintedString.

Tres Seaver tseaver at palladion.com
Thu Feb 11 12:09:56 EST 2010


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



More information about the Zope-Checkins mailing list