changed PyQT import to PySide import

This commit is contained in:
Marcel Paffrath 2017-04-10 13:22:56 +02:00
parent 49a4cccc92
commit 3f7a61736a
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore
from PySide import QtCore
qt_resource_data = "\
\x00\x00\x9e\x04\

View File

@ -1 +1 @@
3932-dirty
49a4-dirty