mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 01:10:57 +01:00
how did _that_ happen?
This commit is contained in:
parent
a6555e8f6c
commit
29030f8fc5
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ token_map[tokenize.NUMBER] = 'NUMBER'
|
|||
token_map[tokenize.REGEXPATH] = 'REGEXPATH'
|
||||
token_map[tokenize.NEWLINE] = 'NEWLINE'
|
||||
token_map[tokenize.INDENT] = 'INDENT'
|
||||
token_map[tokenize.DEDENT] = 'IOREDIRECT'
|
||||
token_map[tokenize.DEDENT] = 'DEDENT'
|
||||
if PYTHON_VERSION_INFO >= (3, 5, 0):
|
||||
token_map[tokenize.ASYNC] = 'ASYNC'
|
||||
|
|
Loading…
Add table
Reference in a new issue