comparison mde/lookup/Options.d @ 134:7ababdf97748

Moved mde.setup.paths to mde.file.paths and paths.mdeReader to mde.file.mergetag.Reader.MTMultiReader.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 29 Jan 2009 14:59:45 +0000
parents 1b1e2297e2fc
children
comparison
equal deleted inserted replaced
133:9fd705793568 134:7ababdf97748
15 15
16 /** This module handles loading and saving of, and allows generic access to named option variables 16 /** This module handles loading and saving of, and allows generic access to named option variables
17 * of a simple type (see Options.TYPES). */ 17 * of a simple type (see Options.TYPES). */
18 module mde.lookup.Options; 18 module mde.lookup.Options;
19 19
20 import mde.setup.paths; 20 import mde.file.paths;
21 import mde.exception; 21 import mde.exception;
22 22
23 public import mde.content.AStringContent; 23 public import mde.content.AStringContent;
24 import mde.content.miscContent; // ContentLists used by content.Items 24 import mde.content.miscContent; // ContentLists used by content.Items
25 25