Remove unnecessary import

This commit is contained in:
Fierelier 2021-03-25 13:14:00 +01:00
parent d98c61a028
commit 957909039d
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
global urllib
import urllib.request
global html
import html
global downloadPage
def downloadPage(window,downloadId,url,headers = False):
global browserWindowsLock