summaryrefslogtreecommitdiff
path: root/psutil/tests/test_aix.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_aix.py')
-rwxr-xr-xpsutil/tests/test_aix.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/psutil/tests/test_aix.py b/psutil/tests/test_aix.py
index 9a80106c..889526ad 100755
--- a/psutil/tests/test_aix.py
+++ b/psutil/tests/test_aix.py
@@ -117,5 +117,5 @@ class AIXSpecificTestCase(unittest.TestCase):
if __name__ == '__main__':
- from psutil.tests.runner import run
- run(__file__)
+ from psutil.tests.runner import run_from_name
+ run_from_name(__file__)