remove useless import

This commit is contained in:
Benjamin Peterson 2009-04-12 20:24:56 +00:00
parent 21cf5ee6fd
commit 457fefc3f8
1 changed files with 0 additions and 1 deletions

View File

@ -1872,7 +1872,6 @@ def test_main(run=None):
try: try:
lock = multiprocessing.RLock() lock = multiprocessing.RLock()
except OSError: except OSError:
from test.test_support import SkipTest
raise unittest.SkipTest("OSError raises on RLock creation, see issue 3111!") raise unittest.SkipTest("OSError raises on RLock creation, see issue 3111!")
if run is None: if run is None: