config.py

changeset 1
4cdc9c1f6b28
parent 0
f5aecaad0bcf
child 2
e343594c0014
--- a/config.py	Thu Jan 18 21:42:00 2018 +0000
+++ b/config.py	Thu Jan 18 23:01:16 2018 +0000
@@ -28,3 +28,4 @@
 
 with io.open(cfgfile, 'r') as file:
     settings=expand_env(yaml.load(file), os.environ);
+

mercurial