[py-svn] r36651 - py/dist/py/test/rsession

hpk at codespeak.net hpk at codespeak.net
Sat Jan 13 14:10:43 CET 2007


Author: hpk
Date: Sat Jan 13 14:10:42 2007
New Revision: 36651

Modified:
   py/dist/py/test/rsession/webjs.py
Log:
fix a syntax error (?) 



Modified: py/dist/py/test/rsession/webjs.py
==============================================================================
--- py/dist/py/test/rsession/webjs.py	(original)
+++ py/dist/py/test/rsession/webjs.py	Sat Jan 13 14:10:42 2007
@@ -86,7 +86,7 @@
     td.setAttribute("onmouseover",
     "show_info('%s')" % (msg['fullitemname'],))
     td.setAttribute("onmouseout", "hide_info()")
-        td2 = create_elem('td')
+    td2 = create_elem('td')
     tr.appendChild(td2)
     table = create_elem("table")
     td2.appendChild(table)



More information about the pytest-commit mailing list