瀏覽代碼

moved Md5 to haxe package.

Nicolas Cannasse 19 年之前
父節點
當前提交
238e73dca1
共有 2 個文件被更改,包括 2 次插入1 次删除
  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.