diff dmdscript_tango/identifier.d @ 3:8363a4bf6a8f

rename package: dmdscript to dmdscript_tango
author saaadel
date Sun, 24 Jan 2010 18:33:05 +0200
parents 55c2951c07be
children
line wrap: on
line diff
--- a/dmdscript_tango/identifier.d	Sun Jan 24 18:17:29 2010 +0200
+++ b/dmdscript_tango/identifier.d	Sun Jan 24 18:33:05 2010 +0200
@@ -18,10 +18,10 @@
  * see www.digitalmars.com/dscript/cppscript.html.
  */
 
-module dmdscript.identifier;
+module dmdscript_tango.identifier;
 
-import dmdscript.script;
-import dmdscript.value;
+import dmdscript_tango.script;
+import dmdscript_tango.value;
 
 /* An Identifier is a special case of a Value - it is a V_STRING
  * and has the hash value computed and set.