]> granicus.if.org Git - python/commitdiff
Merged revisions 73328 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 9 Jun 2009 23:51:56 +0000 (23:51 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 9 Jun 2009 23:51:56 +0000 (23:51 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73328 | amaury.forgeotdarc | 2009-06-10 01:37:11 +0200 (mer., 10 juin 2009) | 3 lines

  Missing import in test_curses, uncovered by some buildbots.
  (There are still a few test files that don't use the standard layout)
........

Lib/test/test_curses.py

index 3f43c11edd6ab62f7132d256113cbbe9d2fa2adf..bf60daa9dc5849d04f934be904f1a696d72dbd61 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.support import requires, import_module
 requires('curses')