aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCore/qprocess_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtCore/qprocess_test.py')
-rw-r--r--sources/pyside6/tests/QtCore/qprocess_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtCore/qprocess_test.py b/sources/pyside6/tests/QtCore/qprocess_test.py
index 691e2befc..9e9ca348f 100644
--- a/sources/pyside6/tests/QtCore/qprocess_test.py
+++ b/sources/pyside6/tests/QtCore/qprocess_test.py
@@ -39,7 +39,8 @@ 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.QtCore import QProcess
+
class TestQProcess (unittest.TestCase):
def testStartDetached(self):