note about creating import checker

This commit is contained in:
Kovid Goyal 2014-04-12 09:08:50 +05:30
parent 39dbd718d6
commit d240581bce

View File

@ -14,6 +14,10 @@ __copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
# QT5XX: Port def wheelEvent() (orientation() and delta() to be replaced by # QT5XX: Port def wheelEvent() (orientation() and delta() to be replaced by
# angleDelta()) # 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 # QT5XX: Delete this file after migration is completed
import os import os