fix the package name for the exceptions/* classes.
[mir.git] / source / mir / config / ConfigReader.java
index bbcdeee..03ecd53 100755 (executable)
@@ -9,9 +9,9 @@ import javax.xml.parsers.ParserConfigurationException;
 import javax.xml.parsers.SAXParser;\r
 import javax.xml.parsers.SAXParserFactory;\r
 \r
+import mir.config.exceptions.*;\r
 import mir.misc.Location;\r
 \r
-\r
 public class ConfigReader {\r
   final static String propertyTagName="property";\r
   final static String propertyNameAttribute="name";\r