remove raw_input

This commit is contained in:
Kerwin.Sun 2019-10-09 00:48:59 +08:00
parent ebfe75b6df
commit c1b45e3e5e

View File

@ -67,8 +67,6 @@ from notebook import (
__version__,
)
# py23 compatibility
raw_input = input
from .base.handlers import Template404, RedirectWithParams
from .log import log_request