mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 23:23:46 +02:00
note about creating import checker
This commit is contained in:
parent
39dbd718d6
commit
d240581bce
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
|||
# QT5XX: Port def wheelEvent() (orientation() and delta() to be replaced by
|
||||
# angleDelta())
|
||||
|
||||
# QT5XX: Add a import checker that looks for all from PyQt5.* imports and runs
|
||||
# them to check that they work. This can probably be made part of python
|
||||
# setup.py check.
|
||||
|
||||
# QT5XX: Delete this file after migration is completed
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Reference in a new issue