Browse Source

remove Types reference

Simon Krajewski 11 years ago
parent
commit
0bdc0525c4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      std/python/_std/sys/net/Socket.hx

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

@@ -24,7 +24,8 @@ package sys.net;
 import haxe.io.Error;
 import haxe.io.Bytes;
 import haxe.io.BytesData;
-import python.lib.Types;
+import python.lib.Exceptions;
+import python.lib.Tuple;
 import python.lib.net.Socket in PSocket;
 import python.lib.net.Socket.Select in Select;
 import python.lib.net.Address in PAddress;