From e49c7597c091559caa5b1e0f2cabe1bb64ae9cb5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Jul 2020 10:04:25 +0200 Subject: Rename "rtemsqual" in "rtemsspec" --- spec2rtems.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'spec2rtems.py') diff --git a/spec2rtems.py b/spec2rtems.py index 878b79a4..f4939998 100755 --- a/spec2rtems.py +++ b/spec2rtems.py @@ -25,15 +25,15 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -import rtemsqual +import rtemsspec def main() -> None: """ Generates files of the RTEMS sources from the specification. """ - config = rtemsqual.util.load_config("config.yml") - item_cache = rtemsqual.items.ItemCache(config["spec"]) - rtemsqual.interface.generate(config["interface"], item_cache) - rtemsqual.validation.generate(config["validation"], item_cache) + config = rtemsspec.util.load_config("config.yml") + item_cache = rtemsspec.items.ItemCache(config["spec"]) + rtemsspec.interface.generate(config["interface"], item_cache) + rtemsspec.validation.generate(config["validation"], item_cache) if __name__ == "__main__": -- cgit v1.2.3