Browse Source

- neko.net.Socket

Laurent Bedubourg 19 years ago
parent
commit
b3db0b5460
1 changed files with 1 additions and 1 deletions
  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 {