remove debugprint
This commit is contained in:
parent
c9c854cea7
commit
851229a01f
1 changed files with 0 additions and 6 deletions
|
@ -74,12 +74,6 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
import BaseHTTPServer as compat_http_server
|
import BaseHTTPServer as compat_http_server
|
||||||
|
|
||||||
from pprint import (pprint, pformat)
|
|
||||||
|
|
||||||
|
|
||||||
def dprint(fmt):
|
|
||||||
sys.stderr.write(pformat(fmt) + "\n")
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from urllib.parse import unquote as compat_urllib_parse_unquote
|
from urllib.parse import unquote as compat_urllib_parse_unquote
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in a new issue