Jython 2.5.2

This commit is contained in:
Dmitry Jemerov
2011-04-12 13:33:32 +02:00
parent 1ed8d4283d
commit df84f4a992
61 changed files with 3101 additions and 2918 deletions
+2 -2
View File
@@ -38,9 +38,9 @@ import sys
import socket
import os
if os.name == 'java':
from select import cpython_compatible_select as select
from select import cpython_compatible_select as select
else:
from select import select
from select import select
del os