From d794b63d7173a6cd7d944b4971e01dfb198bcc1f Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sat, 25 Sep 2021 01:06:41 -0600 Subject: [PATCH] Remove FIXME documented as #8 --- zapp/compiler/__main__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zapp/compiler/__main__.py b/zapp/compiler/__main__.py index dbf7f22..1328bd7 100644 --- a/zapp/compiler/__main__.py +++ b/zapp/compiler/__main__.py @@ -1,5 +1,5 @@ """ -The Zapp compiler. +The Zapp! compiler. """ import argparse @@ -29,13 +29,11 @@ parser.add_argument("manifest", help="The (JSON) manifest") MAIN_TEMPLATE = """\ # -*- coding: utf-8 -*- -\"\"\"Zapp-generated __main__\""\" +\"\"\"Zapp!-generated __main__\""\" from importlib import import_module import os import sys -# FIXME: This is absolutely implementation details. -# Execing would be somewhat nicer from runpy import _run_module_as_main for script in {scripts!r}: