2
0
Dan Korostelev 10 жил өмнө
parent
commit
ac7a4e3610

+ 1 - 1
std/python/_std/sys/net/Socket.hx

@@ -27,8 +27,8 @@ import haxe.io.BytesData;
 import python.Exceptions;
 import python.Tuple;
 import python.lib.net.Socket in PSocket;
-import python.lib.net.Socket.Select in Select;
 import python.lib.net.Address in PAddress;
+import python.lib.Select;
 
 private class SocketInput extends haxe.io.Input {