Skip to content

Commit

Permalink
Make sure urllib.request is imported
Browse files Browse the repository at this point in the history
On some platforms 'import urllib' doesn't make 'urllib.request'
available.

Ticket: ENT-8439
Changelog: None
  • Loading branch information
vpodzime committed Apr 25, 2022
1 parent 78b0b1d commit 269c181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfbs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import subprocess
import hashlib
import urllib
import urllib.request # needed on some platforms
from collections import OrderedDict
from shutil import rmtree

Expand Down

0 comments on commit 269c181

Please sign in to comment.