[Checkins] SVN: zc.selenium/trunk/src/zc/selenium/selenium.py small whitespace fix

Benji York benji at zope.com
Tue Aug 19 07:47:05 EDT 2008


Log message for revision 90004:
  small whitespace fix
  

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	2008-08-19 10:09:18 UTC (rev 90003)
+++ zc.selenium/trunk/src/zc/selenium/selenium.py	2008-08-19 11:47:04 UTC (rev 90004)
@@ -57,7 +57,7 @@
     # wait for the server to start
     old_timeout = socket.getdefaulttimeout()
     socket.setdefaulttimeout(5)
-    url = base_url %{'port': port}
+    url = base_url % {'port': port}
     url += ('/@@/selenium/TestRunner.html'
             '?test=tests%%2FTestSuite.html&'
             'baseUrl=%s&'



More information about the Checkins mailing list