mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 18:44:48 +01:00
qt -> qt-base
This commit is contained in:
parent
e2190da060
commit
5e2248fdce
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
from bypy.constants import (
|
||||
OUTPUT_DIR, PREFIX, SRC as CALIBRE_DIR, is64bit, python_major_minor_version
|
||||
)
|
||||
from bypy.pkgs.qt import PYQT_MODULES, QT_DLLS, QT_PLUGINS
|
||||
from bypy.pkgs.qt_base import PYQT_MODULES, QT_DLLS, QT_PLUGINS
|
||||
from bypy.utils import (
|
||||
create_job, get_dll_path, mkdtemp, parallel_build, py_compile, run, walk
|
||||
)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
from bypy.constants import (
|
||||
OUTPUT_DIR, PREFIX, PYTHON, SRC as CALIBRE_DIR, python_major_minor_version
|
||||
)
|
||||
from bypy.pkgs.qt import PYQT_MODULES, QT_DLLS, QT_PLUGINS
|
||||
from bypy.pkgs.qt_base import PYQT_MODULES, QT_DLLS, QT_PLUGINS
|
||||
from bypy.utils import current_dir, mkdtemp, py_compile, timeit, walk
|
||||
|
||||
abspath, join, basename, dirname = os.path.abspath, os.path.join, os.path.basename, os.path.dirname
|
||||
|
|
|
|||
Loading…
Reference in a new issue