[Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/testing.py small comment to clarify slightly strange code

Benji York benji at zope.com
Mon Dec 12 13:29:36 EST 2005


Log message for revision 40743:
  small comment to clarify slightly strange code
  

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

-=-
Modified: Zope3/trunk/src/zope/testbrowser/testing.py
===================================================================
--- Zope3/trunk/src/zope/testbrowser/testing.py	2005-12-12 18:10:07 UTC (rev 40742)
+++ Zope3/trunk/src/zope/testbrowser/testing.py	2005-12-12 18:29:36 UTC (rev 40743)
@@ -29,6 +29,7 @@
     """A ``urllib2`` compatible connection obejct."""
 
     def __init__(self, host):
+        # this is imported here to hide the import from non-Zope-based code
         from zope.app.testing.functional import HTTPCaller
         self.caller = HTTPCaller()
         self.host = host



More information about the Zope3-Checkins mailing list