Update of /cvsroot/jython/jython/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv30057
Modified Files:
javaos.py
Log Message:
Avoid a warnall warning.
Index: javaos.py
===================================================================
RCS file: /cvsroot/jython/jython/Lib/javaos.py,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -d -r2.14 -r2.15
*** javaos.py 2002/01/10 22:43:46 2.14
--- javaos.py 2002/01/13 19:14:26 2.15
***************
*** 21,24 ****
--- 21,26 ----
"""
+ from __future__ import division
+
__all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
"defpath", "name"]
|