From 84dfe747554a7553c256feb2c1727df3e9ce1e3e Mon Sep 17 00:00:00 2001 From: James Westman Date: Wed, 1 Dec 2021 23:16:48 -0600 Subject: [PATCH] Fix rename --- blueprint-compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint-compiler.py b/blueprint-compiler.py index 0020bac..1b9f393 100755 --- a/blueprint-compiler.py +++ b/blueprint-compiler.py @@ -19,7 +19,7 @@ # # SPDX-License-Identifier: LGPL-3.0-or-later -from blueprintcompilerpiler import main +from blueprintcompiler import main if __name__ == "__main__": main.main()