Browse Source

[python] fix import

Dan Korostelev 10 years ago
parent
commit
ac7a4e3610
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/python/_std/sys/net/Socket.hx

+ 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 {