More of: 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:16:58 -08:00
parent 6e524de320
commit 636474610b
9 changed files with 11 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ excludes = ['Tkinter', 'collections.abc', 'IPython', 'PyQt4', 'PIL', 'nose', 'to
if __name__ == "__main__":
import sys
# noinspection PyPackageRequirements
from cx_Freeze import setup, Executable
import config