commit | 3f50410de5f25bdd01e289a6a20b4a24b4b722af | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jan 14 10:11:42 2016 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Thu Jan 14 10:11:42 2016 -0800 |
tree | b7d774265cf1a8ecfdfb7b2b5a45d4c366a18ff1 | |
parent | 04b64236635b2698d4a97a858e922b4613affcdb [diff] |
move util/xml.py and update reference from config.py
diff --git a/xos/xos/config.py b/xos/xos/config.py index 7a64de9..50b04d0 100644 --- a/xos/xos/config.py +++ b/xos/xos/config.py
@@ -6,7 +6,7 @@ import tempfile import codecs from StringIO import StringIO -from util.xml import Xml +from xml_util import Xml default_config = \ """
diff --git a/xos/util/xml.py b/xos/xos/xml_util.py similarity index 100% rename from xos/util/xml.py rename to xos/xos/xml_util.py