pychubby icon indicating copy to clipboard operation
pychubby copied to clipboard

fix: Change import urllib to urllib.request

Open whatisand opened this issue 2 years ago • 0 comments

changed pychubby/data.py

In python 3.x, there is an issue about import "urllib.request" We have to import urllib.request explictly.

referance:stackoverflow

whatisand avatar Aug 31 '22 11:08 whatisand