mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Missing import in test_curses, uncovered by some buildbots.
(There are still a few test files that don't use the standard layout)
This commit is contained in:
parent
d708c8703e
commit
5217c0848a
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ import sys, tempfile, os
|
|||
# 'curses' resource be given on the regrtest command line using the -u
|
||||
# option. If not available, nothing after this line will be executed.
|
||||
|
||||
import unittest
|
||||
from test.test_support import requires, import_module
|
||||
requires('curses')
|
||||
curses = import_module('curses')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue