aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/appchooser/appchooser.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/appchooser/appchooser.py')
-rw-r--r--examples/widgets/animation/appchooser/appchooser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/appchooser/appchooser.py b/examples/widgets/animation/appchooser/appchooser.py
index 66903b6c5..046da7243 100644
--- a/examples/widgets/animation/appchooser/appchooser.py
+++ b/examples/widgets/animation/appchooser/appchooser.py
@@ -56,7 +56,7 @@ class Pixmap(QGraphicsWidget):
clicked = Signal()
def __init__(self, pix, parent=None):
- super(Pixmap, self).__init__(parent)
+ super().__init__(parent)
self.orig = QPixmap(pix)
self.p = QPixmap(pix)