]> 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 838d76b661edfc6b04120632d675f8ee96e5dcc6..ad10b02ed365d2d2cc47b2ca842039d169b3aa45 100644 (file)
@@ -37,13 +37,13 @@ The configuration syntax is the following::
 
 .. todo:: should whitespace (incl. '\n') be allowed (almost) everywhere? 
          can comment be anywhere whitespace can?
-.. note:: ';' or '\n' is currently required even after CONDITION and SUBTREE block 
+.. note:: ';' or '\\n' is currently required even after CONDITION and SUBTREE block 
 .. 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