mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
amalgam events
This commit is contained in:
parent
8eb44aed19
commit
aea5740ed6
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ else:
|
|||
_sys.modules['xonsh.diff_history'] = __amalgam__
|
||||
dirstack = __amalgam__
|
||||
_sys.modules['xonsh.dirstack'] = __amalgam__
|
||||
events = __amalgam__
|
||||
_sys.modules['xonsh.events'] = __amalgam__
|
||||
foreign_shells = __amalgam__
|
||||
_sys.modules['xonsh.foreign_shells'] = __amalgam__
|
||||
lexer = __amalgam__
|
||||
|
|
Loading…
Add table
Reference in a new issue