aboutsummaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/schema
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2015-09-21 20:38:51 +0200
committerChristian Tismer <tismer@stackless.com>2015-09-21 20:38:51 +0200
commitc8c9f64eb4657c54f063f01f00116732cb3fc100 (patch)
treeaeb11ab83b4f4da43777a6f0304ae1e2887a1a04 /examples/xmlpatterns/schema
parentd45034c5b2ef602a4a011ca2f12609e4760266f7 (diff)
change all scripts to respect the new PySide2 module name.
Diffstat (limited to 'examples/xmlpatterns/schema')
-rwxr-xr-xexamples/xmlpatterns/schema/schema.py2
-rw-r--r--examples/xmlpatterns/schema/schema_rc.py2
-rw-r--r--examples/xmlpatterns/schema/ui_schema.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/xmlpatterns/schema/schema.py b/examples/xmlpatterns/schema/schema.py
index 85c9eda..bdc33df 100755
--- a/examples/xmlpatterns/schema/schema.py
+++ b/examples/xmlpatterns/schema/schema.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
-from PySide import QtCore, QtGui, QtXmlPatterns
+from PySide2 import QtCore, QtGui, QtXmlPatterns
import schema_rc
from ui_schema import Ui_SchemaMainWindow
diff --git a/examples/xmlpatterns/schema/schema_rc.py b/examples/xmlpatterns/schema/schema_rc.py
index 2a0514f..a18496f 100644
--- a/examples/xmlpatterns/schema/schema_rc.py
+++ b/examples/xmlpatterns/schema/schema_rc.py
@@ -7,7 +7,7 @@
#
# WARNING! All changes made in this file will be lost!
-from PySide import QtCore
+from PySide2 import QtCore
qt_resource_data = "\
\x00\x00\x03\x67\
diff --git a/examples/xmlpatterns/schema/ui_schema.py b/examples/xmlpatterns/schema/ui_schema.py
index 4e8e3fa..62a97b6 100644
--- a/examples/xmlpatterns/schema/ui_schema.py
+++ b/examples/xmlpatterns/schema/ui_schema.py
@@ -7,7 +7,7 @@
#
# WARNING! All changes made in this file will be lost!
-from PySide import QtCore, QtGui
+from PySide2 import QtCore, QtGui
class Ui_SchemaMainWindow(object):
def setupUi(self, SchemaMainWindow):