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:
Amaury Forgeot d'Arc 2009-06-09 23:37:11 +00:00
parent d708c8703e
commit 5217c0848a

View file

@ -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')