Skip to content
Snippets Groups Projects
Unverified Commit db2b1e18 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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



The code was moved out of test.support in
311110ab (GH-20812), thus making
ResourceDenied undefined.
(cherry picked from commit 37c9a351)

Co-authored-by: default avatarFlorian Bruhin <me@the-compiler.org>
parent a4bea26e
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