comparison dmdscript_tango/property.d @ 3:8363a4bf6a8f

rename package: dmdscript to dmdscript_tango
author saaadel
date Sun, 24 Jan 2010 18:33:05 +0200
parents 55c2951c07be
children 6d905019f7bf
comparison
equal deleted inserted replaced
2:cca96fbcc1f8 3:8363a4bf6a8f
17 * For a C++ implementation of DMDScript, including COM support, 17 * For a C++ implementation of DMDScript, including COM support,
18 * see www.digitalmars.com/dscript/cppscript.html. 18 * see www.digitalmars.com/dscript/cppscript.html.
19 */ 19 */
20 20
21 21
22 module dmdscript.property; 22 module dmdscript_tango.property;
23 23
24 import dmdscript.script; 24 import dmdscript_tango.script;
25 import dmdscript.value; 25 import dmdscript_tango.value;
26 import dmdscript.identifier; 26 import dmdscript_tango.identifier;
27 27
28 import std.c.string; 28 import std.c.string;
29 29
30 // attribute flags 30 // attribute flags
31 enum 31 enum