diff options
Diffstat (limited to 'lv2include')
-rwxr-xr-x | lv2include/lv2include.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2include/lv2include.py b/lv2include/lv2include.py index 4d9851c..8786411 100755 --- a/lv2include/lv2include.py +++ b/lv2include/lv2include.py @@ -110,7 +110,7 @@ def build_tree(search_path, outdir): if __name__ == "__main__": args = sys.argv[1:] if len(args) != 1: - usage() + __usage() sys.exit(1) outdir = args[0] |