This commit is contained in:
Kovid Goyal 2014-05-10 16:10:24 +05:30
parent 1a22ca25f7
commit d525d9b846

View File

@ -6,13 +6,9 @@ __license__ = 'GPL v3'
__copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
__docformat__ = 'restructuredtext en'
import os, socket, struct, subprocess, glob, re, sys
import os, socket, struct, subprocess, glob, re
from distutils.spawn import find_executable
# QT5XX: Remove this import once migration is complete, ensuring that sipconfig
# comes from PyQt5
sys.path.insert(0, os.environ.get('PYQT5_IMPORT_PATH', '/opt/pyqt5/lib'))
import sipconfig
from setup import isosx, iswindows, is64bit