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

@@ -17,6 +17,7 @@
# along with pyfa. If not, see <http://www.gnu.org/licenses/>.
# =============================================================================
# noinspection PyPackageRequirements
import wx
import gui.display as d
import gui.globalEvents as GE