commit | 19e74d136901fbf6bb98db966b273c7b39e7961a | [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 | 7e337356bf44461fa747e0f334d0fd609c90a324 [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