Răsfoiți Sursa

moved Md5 to haxe package.

Nicolas Cannasse 19 ani în urmă
părinte
comite
238e73dca1
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 1
      std/haxe/ImportAll.hx
  2. 1 0
      std/haxe/Md5.hx

+ 1 - 1
std/haxe/ImportAll.hx

@@ -35,7 +35,6 @@ import IntIter;
 import Lambda;
 import List;
 import Math;
-import Md5;
 import Reflect;
 import Std;
 import StdTypes;
@@ -47,6 +46,7 @@ import Xml;
 import haxe.Http;
 import haxe.ImportAll;
 import haxe.Log;
+import haxe.Md5;
 import haxe.PosInfos;
 import haxe.Serializer;
 import haxe.Template;

+ 1 - 0
std/Md5.hx → std/haxe/Md5.hx

@@ -22,6 +22,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  * DAMAGE.
  */
+package haxe;
 
 /**
 	Creates a MD5 of a String.