From d240581bce30acc331efb36b3706614ad4459142 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 12 Apr 2014 09:08:50 +0530 Subject: [PATCH] note about creating import checker --- setup/qt5-migrate.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/qt5-migrate.py b/setup/qt5-migrate.py index b73766674c..ba30136b98 100644 --- a/setup/qt5-migrate.py +++ b/setup/qt5-migrate.py @@ -14,6 +14,10 @@ __copyright__ = '2014, Kovid Goyal ' # 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