From: <pj...@us...> - 2009-05-28 06:12:47
|
Revision: 6415 http://jython.svn.sourceforge.net/jython/?rev=6415&view=rev Author: pjenvey Date: 2009-05-28 06:12:41 +0000 (Thu, 28 May 2009) Log Message: ----------- enable with statement Modified Paths: -------------- trunk/jython/Lib/test/test_univnewlines.py Modified: trunk/jython/Lib/test/test_univnewlines.py =================================================================== --- trunk/jython/Lib/test/test_univnewlines.py 2009-05-28 06:12:37 UTC (rev 6414) +++ trunk/jython/Lib/test/test_univnewlines.py 2009-05-28 06:12:41 UTC (rev 6415) @@ -1,4 +1,5 @@ # Tests universal newline support for both reading and parsing files. +from __future__ import with_statement import unittest import os import sys This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |