Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebag333 committed Mar 28, 2017
1 parent c6d50b7 commit b99c446
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ def handleGUIException(exc_type, exc_value, exc_traceback):
try:
# noinspection PyPackageRequirements
import wx
from gui.errorDialog import ErrorFrame
except:
exit_message = "Cannot import wxPython. You can download wxPython (2.8+) from http://www.wxpython.org/"
raise PreCheckException(exit_message)
Expand Down

0 comments on commit b99c446

Please sign in to comment.