aboutsummaryrefslogtreecommitdiffstats
path: root/examples/painting/painterpaths.py
diff options
context:
space:
mode:
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):