comparison mde/mde.d @ 136:4084f07f2c7a

Added simpler mergetag readers and writers, with unittest.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 01 Feb 2009 12:36:21 +0000
parents 9ac208b53582
children 9f035cd139c6
comparison
equal deleted inserted replaced
135:bc697a218716 136:4084f07f2c7a
31 import tango.time.Clock; // Clock.now() 31 import tango.time.Clock; // Clock.now()
32 import tango.util.log.Log : Log, Logger; 32 import tango.util.log.Log : Log, Logger;
33 debug (mdeUnitTest) { // These modules contain unittests which wouldn't be run otherwise. 33 debug (mdeUnitTest) { // These modules contain unittests which wouldn't be run otherwise.
34 import mde.file.ssi; 34 import mde.file.ssi;
35 import mde.file.mergetag.mdeUT; 35 import mde.file.mergetag.mdeUT;
36 import mde.file.mergetag.MTTagUnittest;
36 import mde.lookup.Translation; 37 import mde.lookup.Translation;
37 import mde.gui.widget.layout; 38 import mde.gui.widget.layout;
38 } 39 }
39 40
40 //BEGIN A simple drawable to print a message in the window. 41 //BEGIN A simple drawable to print a message in the window.