From: <zy...@us...> - 2009-04-10 03:15:00
|
Revision: 6197 http://jython.svn.sourceforge.net/jython/?rev=6197&view=rev Author: zyasoft Date: 2009-04-10 03:14:42 +0000 (Fri, 10 Apr 2009) Log Message: ----------- Removed unnecessary import. Modified Paths: -------------- branches/newlist/Lib/test/test_javalist.py Modified: branches/newlist/Lib/test/test_javalist.py =================================================================== --- branches/newlist/Lib/test/test_javalist.py 2009-04-10 03:05:14 UTC (rev 6196) +++ branches/newlist/Lib/test/test_javalist.py 2009-04-10 03:14:42 UTC (rev 6197) @@ -1,4 +1,3 @@ -from test_support import * from javatests import ListTest class PyListTest(ListTest): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |