aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/bug_635.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtGui/bug_635.py')
-rw-r--r--tests/QtGui/bug_635.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/QtGui/bug_635.py b/tests/QtGui/bug_635.py
index c0a64846..9d07fbe8 100644
--- a/tests/QtGui/bug_635.py
+++ b/tests/QtGui/bug_635.py
@@ -1,8 +1,8 @@
''' Test bug 635: http://bugs.openbossa.org/show_bug.cgi?id=635'''
import unittest
-from PySide.QtGui import QIcon
-from PySide.QtWidgets import QApplication, QToolBar
+from PySide2.QtGui import QIcon
+from PySide2.QtWidgets import QApplication, QToolBar
import sys
class testQToolBar(unittest.TestCase):