projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c854c
)
remove debugprint
author
fnord
<fnord@fnord.mobi>
Fri, 17 Jul 2015 06:49:55 +0000
(
01:49
-0500)
committer
fnord
<fnord@fnord.mobi>
Fri, 17 Jul 2015 06:49:55 +0000
(
01:49
-0500)
youtube_dl/compat.py
patch
|
blob
|
history
diff --git
a/youtube_dl/compat.py
b/youtube_dl/compat.py
index 2fd2278aa8dc37921d17e8f702c41f0e7ef3cdb4..554e3d5db899d1b5d7aff78e08f49286e279ccfd 100644
(file)
--- a/
youtube_dl/compat.py
+++ b/
youtube_dl/compat.py
@@
-74,12
+74,6
@@
try:
except ImportError:
import BaseHTTPServer as compat_http_server
-from pprint import (pprint, pformat)
-
-
-def dprint(fmt):
- sys.stderr.write(pformat(fmt) + "\n")
-
try:
from urllib.parse import unquote as compat_urllib_parse_unquote
except ImportError: