summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-08-27 10:02:40 +0200
committerJuergen Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-11-30 10:01:19 +0100
commitc0c451249defd0f46f99433952b798194c32f87f (patch)
tree3e47611cac5084fad5f39c96bc13169fa3d96321 /cli.py
parent4721ce446c85a5bcc17473e0354471afea5ddb4b (diff)
downloadqtivi-qface-c0c451249defd0f46f99433952b798194c32f87f.tar.gz
Renamed IDL files to use the new qface extension.
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index 0ca3d4a..978505e 100755
--- a/cli.py
+++ b/cli.py
@@ -19,7 +19,7 @@ def cli():
@cli.command()
def antlr():
- sh('antlr4 -Dlanguage=Python3 -Werror -package qif.idl.parser -o qif/idl/parser -listener -visitor T.g4')
+ sh('antlr4 -Dlanguage=Python3 -Werror -package qface.idl.parser -o qface/idl/parser -listener -visitor T.g4')
@cli.command()