From 31566a085b736af0d71a82ac3af0b2759964416c Mon Sep 17 00:00:00 2001 From: Jan Lerking Date: Thu, 8 Feb 2018 20:41:12 +0100 Subject: [PATCH] Fixed pylinter errors for python3 --- h2inc_gui.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/h2inc_gui.py b/h2inc_gui.py index df774e9..7aa2141 100644 --- a/h2inc_gui.py +++ b/h2inc_gui.py @@ -1,6 +1,4 @@ -from tkinter import Tk, Label, Button -from tkinter import filedialog -from tkinter import * +from tkinter import Tk, Label, Button, LabelFrame import os from os.path import expanduser import platform