aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtPrintSupport/bug_500.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtPrintSupport/bug_500.py')
-rw-r--r--sources/pyside6/tests/QtPrintSupport/bug_500.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/QtPrintSupport/bug_500.py b/sources/pyside6/tests/QtPrintSupport/bug_500.py
index 4cf6014a5..51297d659 100644
--- a/sources/pyside6/tests/QtPrintSupport/bug_500.py
+++ b/sources/pyside6/tests/QtPrintSupport/bug_500.py
@@ -37,10 +37,10 @@ sys.path.append(os.fspath(Path(__file__).resolve().parents[1]))
from init_paths import init_test_paths
init_test_paths(False)
-from PySide6.QtCore import *
-from PySide6.QtPrintSupport import *
+from PySide6.QtPrintSupport import QPrintDialog
from helper.usesqapplication import UsesQApplication
+
class NeverDiesTest(UsesQApplication):
def testIt(self):