fix to support PyQt5 5.7

This commit is contained in:
Webmaster 2016-09-04 16:30:23 +07:00
parent 95c4fa1340
commit 9d22440c56

View File

@ -1 +1,3 @@
from PyQt5.uic import pyuic
if (callable(pyuic.main)):
pyuic.main()