Ver código fonte

- neko.net.Socket

Laurent Bedubourg 19 anos atrás
pai
commit
b3db0b5460
1 arquivos alterados com 1 adições e 1 exclusões
  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 {