From 804ec64c5815719a7013d7de22845e7bbfcefd66 Mon Sep 17 00:00:00 2001 From: Jan Lerking Date: Thu, 8 Feb 2018 20:46:25 +0100 Subject: [PATCH] Redid checkin --- h2inc_gui.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/h2inc_gui.py b/h2inc_gui.py index 7aa2141..3f468bc 100644 --- a/h2inc_gui.py +++ b/h2inc_gui.py @@ -1,4 +1,9 @@ from tkinter import Tk, Label, Button, LabelFrame +from tkinter import filedialog, Entry, Checkbutton +from tkinter import Grid, StringVar +from tkinter import N, E, S, W +from tkinter import DISABLED, NORMAL +from os import errno import os from os.path import expanduser import platform