GH-93112: Fix missing ResourceDenied import in test_urllib2net (#93113)

The code was moved out of test.support in
311110abcd (GH-20812), thus making
ResourceDenied undefined.
This commit is contained in:
Florian Bruhin 2022-05-24 14:09:52 +02:00 committed by GitHub
parent 7108bdf27c
commit 37c9a351b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ import unittest
from test import support
from test.support import os_helper
from test.support import socket_helper
from test.support import ResourceDenied
from test.test_urllib2 import sanepathname2url
import os