Disable import inspections for wxPython, because it's not installed traditionally and we can't include it in requirements.txt

This commit is contained in:
Ebag333
2017-02-08 20:15:24 -08:00
parent 3e916e42f2
commit 6e524de320
98 changed files with 117 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
# noinspection PyPackageRequirements
import wx
from gui.preferenceView import PreferenceView
@@ -7,6 +8,7 @@ import gui.mainFrame
from service.settings import CRESTSettings
# noinspection PyPackageRequirements
from wx.lib.intctrl import IntCtrl
if 'wxMac' not in wx.PlatformInfo or ('wxMac' in wx.PlatformInfo and wx.VERSION >= (3, 0)):