mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
rm xonsherror
This commit is contained in:
parent
8432f1279b
commit
c63410fba6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from collections import Mapping
|
|||
|
||||
from xonsh import ast
|
||||
from xonsh.parser import Parser
|
||||
from xonsh.tools import subproc_toks, END_TOK_TYPES, XonshError
|
||||
from xonsh.tools import subproc_toks, END_TOK_TYPES
|
||||
from xonsh.built_ins import load_builtins, unload_builtins
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue