From: <fwi...@us...> - 2009-08-10 17:22:53
|
Revision: 6646 http://jython.svn.sourceforge.net/jython/?rev=6646&view=rev Author: fwierzbicki Date: 2009-08-10 17:22:46 +0000 (Mon, 10 Aug 2009) Log Message: ----------- Trivial reindent. Modified Paths: -------------- trunk/jython/Lib/test/zxjdbc/test_zxjdbc_dbapi20.py Modified: trunk/jython/Lib/test/zxjdbc/test_zxjdbc_dbapi20.py =================================================================== --- trunk/jython/Lib/test/zxjdbc/test_zxjdbc_dbapi20.py 2009-08-10 17:17:35 UTC (rev 6645) +++ trunk/jython/Lib/test/zxjdbc/test_zxjdbc_dbapi20.py 2009-08-10 17:22:46 UTC (rev 6646) @@ -18,7 +18,7 @@ driver = zxjdbc connect_args = ("jdbc:postgresql://localhost/ziclix", "bzimmer", "", "org.postgresql.Driver") connect_kw_args = {} - + def test_nextset(self): pass def test_setoutputsize(self): pass This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |