aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qanimationgroup_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtCore/qanimationgroup_test.py')
-rw-r--r--tests/QtCore/qanimationgroup_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtCore/qanimationgroup_test.py b/tests/QtCore/qanimationgroup_test.py
index 05bd81e10..58886d118 100644
--- a/tests/QtCore/qanimationgroup_test.py
+++ b/tests/QtCore/qanimationgroup_test.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
import unittest
-from PySide.QtCore import QObject, QState, QFinalState, SIGNAL, QCoreApplication, QTimer, QStateMachine, QSignalTransition, QVariant, QParallelAnimationGroup, QSequentialAnimationGroup, QAnimationGroup
+from PySide.QtCore import *
class QAnimationGroupTest(unittest.TestCase):