Quellcode durchsuchen

remove Types reference

Simon Krajewski vor 11 Jahren
Ursprung
Commit
0bdc0525c4
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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;