mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Remove six.moves.urllib.request
This commit is contained in:
parent
ec8c059b0a
commit
a833970f65
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import subprocess
|
||||||
import tarfile
|
import tarfile
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
from six.moves.urllib.request import urlretrieve
|
from urllib.request import urlretrieve
|
||||||
|
|
||||||
import cleanup
|
import cleanup
|
||||||
import core
|
import core
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue