Skip to content

Commit

Permalink
GH-93112: Fix missing ResourceDenied import in test_urllib2net (#93113)
Browse files Browse the repository at this point in the history
The code was moved out of test.support in
311110a (GH-20812), thus making
ResourceDenied undefined.
  • Loading branch information
The-Compiler authored May 24, 2022
1 parent 7108bdf commit 37c9a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_urllib2net.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37c9a35

Please sign in to comment.