Skip to content

Commit

Permalink
Merged revisions 73328 via svnmerge from
Browse files Browse the repository at this point in the history
svn+ssh://[email protected]/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)
........
  • Loading branch information
amauryfa committed Jun 9, 2009
1 parent 2cdc88e commit f6b8872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_curses.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# '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')

Expand Down

0 comments on commit f6b8872

Please sign in to comment.