Skip to content
Snippets Groups Projects
Unverified Commit 37c9a351 authored by Florian Bruhin's avatar Florian Bruhin Committed by GitHub
Browse files

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

The code was moved out of test.support in
311110ab (GH-20812), thus making
ResourceDenied undefined.
parent 7108bdf2
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment