]> mj.ucw.cz Git - moe.git/blobdiff - t/moe/config_parser.py
Merge branch 'python-newpipe' into python
[moe.git] / t / moe / config_parser.py
index 2da6facfa2daa9062c78b2cfc9d9fe52cdddaf16..ad10b02ed365d2d2cc47b2ca842039d169b3aa45 100644 (file)
@@ -41,9 +41,9 @@ The configuration syntax is the following::
 .. note:: Formula can contain additional/unnecessary parentheses
 """
 
-import re, types, itertools, logging as log
+import re, types, itertools
 import traceback
-
+from logs import log
 import moe.config as cf