commit | ce643913a9049953950918b214fb7cef40506be5 | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Wed May 06 06:33:17 2015 +0300 |
committer | Berker Peksag <berker.peksag@gmail.com> | Wed May 06 06:33:17 2015 +0300 |
tree | f9a84aa003a3af7eaba270e949691b7d71e8d699 | |
parent | 025e9ebd0a0a19f50ca83af6ada0ac65be1fa2a1 [diff] [blame] |
Issue #9517: Move script_helper to the support package. Patch by Christie Wilson.
diff --git a/Lib/test/test_warnings.py b/Lib/test/test_warnings.py index bda1046..c7d2e5c 100644 --- a/Lib/test/test_warnings.py +++ b/Lib/test/test_warnings.py
@@ -5,7 +5,7 @@ import sys import unittest from test import support -from test.script_helper import assert_python_ok, assert_python_failure +from test.support.script_helper import assert_python_ok, assert_python_failure from test import warning_tests