Skip to content

Commit

Permalink
Removed gui module dependency if -t is used
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Bertera committed May 17, 2015
1 parent 48b5ef8 commit 8843b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPLiT.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import sys
import time

import gui
import utils
import proxy
import pnp
Expand Down Expand Up @@ -112,6 +111,7 @@
main_logger.debug("Logfile: %s" % options.logfile)

if not options.terminal:
import gui
import Tkinter as tk

root = tk.Tk()
Expand Down

0 comments on commit 8843b60

Please sign in to comment.