remove raw_input

pull/4936/head
Kerwin.Sun 7 years ago
parent ebfe75b6df
commit c1b45e3e5e

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

Loading…
Cancel
Save