aboutsummaryrefslogtreecommitdiffstats
path: root/examples/painting/painterpaths.py
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/painting/painterpaths.py
parentd45034c5b2ef602a4a011ca2f12609e4760266f7 (diff)
change all scripts to respect the new PySide2 module name.
Diffstat (limited to 'examples/painting/painterpaths.py')
-rwxr-xr-xexamples/painting/painterpaths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/painting/painterpaths.py b/examples/painting/painterpaths.py
index 757ebc7..04c311c 100755
--- a/examples/painting/painterpaths.py
+++ b/examples/painting/painterpaths.py
@@ -25,7 +25,7 @@
from math import cos, pi, sin
-from PySide import QtCore, QtGui
+from PySide2 import QtCore, QtGui
class RenderArea(QtGui.QWidget):