mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-31 05:13:49 +02:00
Comment unused code that causes issue with flake8
This commit is contained in:
parent
03c4643a0f
commit
af22fb8e98
@ -14,11 +14,11 @@ from six.moves import range
|
|||||||
from prompt_toolkit.keys import Keys
|
from prompt_toolkit.keys import Keys
|
||||||
from prompt_toolkit.key_binding.input_processor import KeyPress
|
from prompt_toolkit.key_binding.input_processor import KeyPress
|
||||||
|
|
||||||
__all__ = (
|
# __all__ = (
|
||||||
'InputStream',
|
# 'InputStream',
|
||||||
'raw_mode',
|
# 'raw_mode',
|
||||||
'cooked_mode',
|
# 'cooked_mode',
|
||||||
)
|
# )
|
||||||
|
|
||||||
_DEBUG_RENDERER_INPUT = False
|
_DEBUG_RENDERER_INPUT = False
|
||||||
_DEBUG_RENDERER_INPUT_FILENAME = 'prompt-toolkit-render-input.log'
|
_DEBUG_RENDERER_INPUT_FILENAME = 'prompt-toolkit-render-input.log'
|
||||||
|
Loading…
Reference in New Issue
Block a user