diff options
author | Sebastian Koslowski <sebastian.koslowski@gmail.com> | 2016-05-03 17:13:08 +0200 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-06-29 09:16:49 -0700 |
commit | 7f7fa2f91467fdb2b11312be8562e7b51fdeb199 (patch) | |
tree | 24268bac15b9920d2a15ddbb45eaf3b9b03718a1 /grc/main.py | |
parent | 44cae388881821942e691a4d69a923bbd8d347db (diff) |
grc: added yaml/mako support
Includes basic converter from XML/Cheetah to YAML/Mako based block format.
Diffstat (limited to 'grc/main.py')
-rwxr-xr-x | grc/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/main.py b/grc/main.py index 4d04608269..2d182c226f 100755 --- a/grc/main.py +++ b/grc/main.py @@ -84,6 +84,7 @@ def main(): prefs=gr.prefs(), install_prefix=gr.prefix() ) + platform.build_library() log.debug("Loading application") app = Application(args.flow_graphs, platform) |