File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ def main():
58
58
# from .support import *
59
59
# from .support import *
60
60
61
- style = style_from_dict ({
62
- Token : '#ff0066' ,
63
- Token .Prompt : '#00aa00' ,
64
- Token .Info : '#000088' ,
65
- })
61
+ # style = style_from_dict({
62
+ # Token: '#ff0066',
63
+ # Token.Prompt: '#00aa00',
64
+ # Token.Info: '#000088',
65
+ # })
66
66
colorama .init (autoreset = True )
67
67
68
68
# logging.basicConfig(filename=LOG_FN,level=logging.DEBUG)
Original file line number Diff line number Diff line change 16
16
sys .stdout = stdout
17
17
from multiprocessing import Process ,Pipe
18
18
from prompt_toolkit import prompt
19
- from prompt_toolkit .styles import style_from_dict
19
+ # from prompt_toolkit.styles import style_from_dict
20
20
from prompt_toolkit .history import InMemoryHistory
21
21
from prompt_toolkit .history import FileHistory
22
- from prompt_toolkit .token import Token
22
+ # from prompt_toolkit.token import Token
23
23
24
24
if sys .version_info [0 ]== 3 :
25
25
basestring = str
You can’t perform that action at this time.
0 commit comments