diff options
Diffstat (limited to 'Lib/test/test_curses.py')
-rw-r--r-- | Lib/test/test_curses.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_curses.py b/Lib/test/test_curses.py index 8020de1..f32dbf3 100644 --- a/Lib/test/test_curses.py +++ b/Lib/test/test_curses.py @@ -14,7 +14,7 @@ import curses, sys, tempfile # 'curses' resource be given on the regrtest command line using the -u # option. If not available, nothing after this line will be executed. -import test_support +from test import test_support test_support.requires('curses') def window_funcs(stdscr): |