comparison mde/input/Config.d @ 70:7fc0a8295c83

Moved my parseTo and parseFrom modules from tango.scrapple to mde in order to reduce dependencies.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 04 Jul 2008 19:04:16 +0100
parents 3a737e06dc50
children cee261eba249
comparison
equal deleted inserted replaced
69:ead4afc6d0b8 70:7fc0a8295c83
14 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 14 along with this program. If not, see <http://www.gnu.org/licenses/>. */
15 15
16 /// This module contains a class for holding configs and handles saving, loading and editing. 16 /// This module contains a class for holding configs and handles saving, loading and editing.
17 module mde.input.Config; 17 module mde.input.Config;
18 18
19 debug import tango.scrapple.text.convert.parseFrom : parseFrom;
20
21 import mde.input.exception; 19 import mde.input.exception;
22 20
23 import MT = mde.mergetag.Reader; 21 import MT = mde.mergetag.Reader;
24 import mde.setup.paths; 22 import mde.setup.paths;
25 import tango.scrapple.text.convert.parseTo : parseTo; 23 import mde.mergetag.parse.parseTo : parseTo;
24 debug import mde.mergetag.parse.parseFrom : parseFrom;
26 25
27 import tango.util.log.Log : Log, Logger; 26 import tango.util.log.Log : Log, Logger;
28 import tango.util.collection.TreeBag : TreeBag; 27 import tango.util.collection.TreeBag : TreeBag;
29 28
30 /** Class to hold the configuration for the input system. Thus loading and switching between 29 /** Class to hold the configuration for the input system. Thus loading and switching between