diff --git a/unitgrade/__pycache__/unitgrade_helpers.cpython-38.pyc b/unitgrade/__pycache__/unitgrade_helpers.cpython-38.pyc index f4029d086320ee03bab218ae701549f7f9f1963f..3133f38afdae73b5e028b43b1ac528abb67dad3d 100644 Binary files a/unitgrade/__pycache__/unitgrade_helpers.cpython-38.pyc and b/unitgrade/__pycache__/unitgrade_helpers.cpython-38.pyc differ diff --git a/unitgrade/unitgrade_helpers.py b/unitgrade/unitgrade_helpers.py index bfadaa8e18242bfe42fbe565281068086c7ba71a..1f4c7691039b7c290178a1f54c175ade4b5cc329 100644 --- a/unitgrade/unitgrade_helpers.py +++ b/unitgrade/unitgrade_helpers.py @@ -90,6 +90,7 @@ def upack(q): def evaluate_report(report, question=None, qitem=None, passall=False, verbose=False, show_expected=False, show_computed=False,unmute=False, show_help_flag=True, silent=False): + from unitgrade.version import __version__ now = datetime.now() ascii_banner = pyfiglet.figlet_format("UnitGrade", font="doom") b = "\n".join( [l for l in ascii_banner.splitlines() if len(l.strip()) > 0] )