Remove unused import

This commit is contained in:
Ebag333
2017-03-27 21:11:07 -07:00
parent c6d50b7d6e
commit b99c44667e

View File

@@ -312,7 +312,6 @@ if __name__ == "__main__":
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)