deletepad to python3

This commit is contained in:
Michael Murtaugh 2021-02-11 20:21:52 +01:00
parent 0e497c9d20
commit 7599c70be5

View File

@ -1,8 +1,8 @@
from __future__ import print_function from __future__ import print_function
from argparse import ArgumentParser from argparse import ArgumentParser
import json import json
from urllib import urlencode from urllib.parse import urlencode
from urllib2 import urlopen, HTTPError, URLError from urllib.request import urlopen, HTTPError, URLError
def main(args): def main(args):