changed PyQt import to PySide import!

This commit is contained in:
Marcel Paffrath 2017-05-18 11:44:51 +02:00
parent 0a911154ca
commit 46236eeb55
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! # WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore from PySide import QtCore
qt_resource_data = "\ qt_resource_data = "\
\x00\x00\x9e\x04\ \x00\x00\x9e\x04\

View File

@ -1 +1 @@
b979-dirty 0a91-dirty