test_threading isn't rudimentary anymore

This commit is contained in:
Antoine Pitrou 2013-09-01 19:51:49 +02:00
parent 740d6b6f39
commit 4c8ce847e6
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# Very rudimentary test of threading module
"""
Tests for the threading module.
"""
import test.support
from test.support import verbose, strip_python_stderr, import_module