[Checkins] SVN: zc.selenium/trunk/src/zc/selenium/selenium.py Fixed
comment-wrapping typo.
Jim Fulton
jim at zope.com
Fri Feb 2 16:28:17 EST 2007
Log message for revision 72337:
Fixed comment-wrapping typo.
Changed:
U zc.selenium/trunk/src/zc/selenium/selenium.py
-=-
Modified: zc.selenium/trunk/src/zc/selenium/selenium.py
===================================================================
--- zc.selenium/trunk/src/zc/selenium/selenium.py 2007-02-02 21:02:15 UTC (rev 72336)
+++ zc.selenium/trunk/src/zc/selenium/selenium.py 2007-02-02 21:28:17 UTC (rev 72337)
@@ -161,7 +161,7 @@
messages = Queue()
# Hack around fact that zc.selenium.results expects zope to be run
- from __main__:
+ # from __main__:
if __name__ != '__main__':
sys.modules['__main__'] = sys.modules[__name__]
More information about the Checkins
mailing list