mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
remove raw_input
This commit is contained in:
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…
Reference in New Issue
Block a user