python/examples - "PySide" => "PySide2"

This commit is contained in:
Allen Winter
2021-08-10 08:43:12 -04:00
parent 63d14f2345
commit 8a0e475f21
6 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
import PyKDDockWidgets
from PySide import QtWidgets, QtGui, QtCore
from PySide2 import QtWidgets, QtGui, QtCore
from MyWidget import MyWidget