Commit d5a2b040 authored by Tres Seaver's avatar Tres Seaver

Suppress deprecation warning for BBB location of TaintedString.

parent a3cc802e
......@@ -44,7 +44,7 @@ class TestItem(unittest.TestCase):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment