mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1a22ca25f7
commit
d525d9b846
@ -6,13 +6,9 @@ __license__ = 'GPL v3'
|
|||||||
__copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
|
__copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
|
|
||||||
import os, socket, struct, subprocess, glob, re, sys
|
import os, socket, struct, subprocess, glob, re
|
||||||
from distutils.spawn import find_executable
|
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
|
import sipconfig
|
||||||
|
|
||||||
from setup import isosx, iswindows, is64bit
|
from setup import isosx, iswindows, is64bit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user