Remove code that was only used by the Grooveshark extractor

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-05-02 17:29:56 +02:00
parent dd8920653c
commit 2ddcd88129
3 changed files with 2 additions and 16 deletions

View file

@ -46,11 +46,6 @@ try:
except ImportError: # Python 2
import htmlentitydefs as compat_html_entities
try:
import html.parser as compat_html_parser
except ImportError: # Python 2
import HTMLParser as compat_html_parser
try:
import http.client as compat_http_client
except ImportError: # Python 2
@ -404,7 +399,6 @@ __all__ = [
'compat_getenv',
'compat_getpass',
'compat_html_entities',
'compat_html_parser',
'compat_http_client',
'compat_http_server',
'compat_kwargs',