]> mj.ucw.cz Git - eval.git/blobdiff - t/moe/config.py
Played with the documentation
[eval.git] / t / moe / config.py
index f24e1ef8f357748b41b13f2b8cff20419cfb90d7..bcef93be2cb841e394bc496abeb687078275b1aa 100644 (file)
@@ -1,10 +1,6 @@
 """
-config.py
----------
-
 Lazy conditional string evaluation module for Moe configuration variables.
 
-
 * Each variable has ordered list of operations (definitions), each defining operation either 
   assigns (SET) or appends (APPEND) value of an expression to the variable. Each operation may be guarded by condition(s).