]> granicus.if.org Git - python/commitdiff
Missing import in test_curses, uncovered by some buildbots.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 9 Jun 2009 23:37:11 +0000 (23:37 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 9 Jun 2009 23:37:11 +0000 (23:37 +0000)
(There are still a few test files that don't use the standard layout)

Lib/test/test_curses.py

index e13c553027f7d755dc62165a3d3b39e62696cf82..1b3489c49b6ec1a4460eb41e917d4e580e028133 100644 (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')