urlfetcher: Simplify urllib import

This commit is contained in:
Cole Robinson
2018-04-03 11:38:37 -04:00
parent 12996dd458
commit 45c7a0657f

View File

@@ -11,8 +11,7 @@ import logging
import os
import subprocess
import tempfile
import urllib.parse
import urllib.request
import urllib
import requests