From fa98caa8b4a87c5f0f749f918173c1ac85e0a733 Mon Sep 17 00:00:00 2001 From: Harmen Prins Date: Wed, 11 Jun 2014 15:59:50 +0200 Subject: [PATCH] Now it runs --- GUI/gui.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GUI/gui.py b/GUI/gui.py index a988fda..363fde3 100644 --- a/GUI/gui.py +++ b/GUI/gui.py @@ -188,4 +188,6 @@ class GUI(): if self.finish_with_search: self.execute_search() else: - tkMessageBox.showinfo("Notice", "No search was executed!") \ No newline at end of file + tkMessageBox.showinfo("Notice", "No search was executed!") + +GUI().run() \ No newline at end of file