We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b7434 commit 3cf4363Copy full SHA for 3cf4363
1 file changed
musicbrainzngs/musicbrainz.py
@@ -21,6 +21,8 @@
21
from musicbrainzngs import compat
22
from urllib.parse import urlencode, urlunparse
23
from urllib.request import HTTPDigestAuthHandler, HTTPHandler, HTTPPasswordMgr, Request, build_opener
24
+from http.client import BadStatusLine, HTTPException
25
+from urllib.error import HTTPError
26
27
_version = "0.7.1"
28
_log = logging.getLogger("musicbrainzngs")
0 commit comments