[Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/__init__.py fix crazy typos

Benji York benji at zope.com
Sat Feb 18 15:56:19 EST 2006


Log message for revision 41674:
  fix crazy typos
  

Changed:
  U   Zope3/trunk/src/zope/testbrowser/__init__.py

-=-
Modified: Zope3/trunk/src/zope/testbrowser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/testbrowser/__init__.py	2006-02-18 20:49:44 UTC (rev 41673)
+++ Zope3/trunk/src/zope/testbrowser/__init__.py	2006-02-18 20:56:18 UTC (rev 41674)
@@ -21,8 +21,9 @@
 try:
     from testing import Browser
     deprecated('Browser',
-        'importing Browser from zope.interface has been deprecated and will'
-        ' be removed in 3.5; import Browser from zope.browser.testing instead')
+        'importing Browser from zope.testbrowser has been deprecated and will'
+        ' be removed in 3.5; import Browser from zope.testbrowser.testing'
+        ' instead')
 except ImportError:
     # This is really ugly, but non-Zope code needs to be able to import this
     # and the testing module depends on Zope 3



More information about the Zope3-Checkins mailing list