aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/states/states.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/states/states.py')
-rw-r--r--examples/widgets/animation/states/states.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/states/states.py b/examples/widgets/animation/states/states.py
index 2150e1f81..4e9343e13 100644
--- a/examples/widgets/animation/states/states.py
+++ b/examples/widgets/animation/states/states.py
@@ -59,7 +59,7 @@ import states_rc
class Pixmap(QGraphicsObject):
def __init__(self, pix):
- super(Pixmap, self).__init__()
+ super().__init__()
self.p = QPixmap(pix)