From: <fwi...@us...> - 2009-07-25 14:38:30
|
Revision: 6582 http://jython.svn.sourceforge.net/jython/?rev=6582&view=rev Author: fwierzbicki Date: 2009-07-25 14:38:23 +0000 (Sat, 25 Jul 2009) Log Message: ----------- Oops, left test code in. Modified Paths: -------------- trunk/jython/Lib/pawt/swing.py Modified: trunk/jython/Lib/pawt/swing.py =================================================================== --- trunk/jython/Lib/pawt/swing.py 2009-07-25 14:37:44 UTC (rev 6581) +++ trunk/jython/Lib/pawt/swing.py 2009-07-25 14:38:23 UTC (rev 6582) @@ -4,8 +4,6 @@ from javax import swing import sys -print "testing" - def test(panel, size=None, name='Swing Tester'): f = swing.JFrame(name, windowClosing=lambda event: sys.exit(0)) if hasattr(panel, 'init'): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |