mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Jython 2.5.2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user