From 66e7c387b1205c2514dea5eef922293483e24438 Mon Sep 17 00:00:00 2001 From: Lerking <33354709+Lerking@users.noreply.github.com> Date: Fri, 9 Feb 2018 07:59:22 +0100 Subject: [PATCH] Add files via upload Program can now be run from either h2inc.py or h2inc_gui.py --- h2inc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/h2inc.py b/h2inc.py index 71ca31b..f58119e 100644 --- a/h2inc.py +++ b/h2inc.py @@ -4,6 +4,7 @@ import os import sys from h2inc_parser import parseline, parseparsed +import h2inc_gui cnt = 0