More import fixes

This commit is contained in:
Ebag333
2017-02-08 22:47:02 -08:00
parent 23c6f2add5
commit 32944f4c9c
10 changed files with 10 additions and 5 deletions

View File

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