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 @@
from PyKDDockWidgets import KDDockWidgets
from PySide import QtCore, QtWidgets, QtGui
from PySide2 import QtCore, QtWidgets, QtGui
from MyWidget1 import MyWidget1
from MyWidget2 import MyWidget2