Commit 5217c084 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Missing import in test_curses, uncovered by some buildbots.

(There are still a few test files that don't use the standard layout)
parent d708c870
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment