diff --git a/etherdump/commands/deletepad.py b/etherdump/commands/deletepad.py index 7c97584..9592b3a 100644 --- a/etherdump/commands/deletepad.py +++ b/etherdump/commands/deletepad.py @@ -1,8 +1,8 @@ from __future__ import print_function from argparse import ArgumentParser import json -from urllib import urlencode -from urllib2 import urlopen, HTTPError, URLError +from urllib.parse import urlencode +from urllib.request import urlopen, HTTPError, URLError def main(args):