Explorar el Código

- neko.net.Socket

Laurent Bedubourg hace 19 años
padre
commit
b3db0b5460
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      std/mtwin/mail/Smtp.hx

+ 1 - 1
std/mtwin/mail/Smtp.hx

@@ -24,7 +24,7 @@
  */
 package mtwin.mail;
 
-import neko.io.Socket;
+import neko.net.Socket;
 import mtwin.mail.Exception;
 
 class Smtp {