8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da46d0b commit 2718d69Copy full SHA for 2718d69
tools/get.py
@@ -17,6 +17,7 @@
17
import re
18
if sys.version_info[0] == 3:
19
from urllib.request import urlretrieve
20
+ unicode = lambda s: str(s)
21
else:
22
# Not Python 3 - today, it is most likely to be Python 2
23
from urllib import urlretrieve
0 commit comments