wip: adding history backends

This commit is contained in:
Hugo Wang 2016-11-21 00:01:01 +08:00
parent 02e1938edb
commit f08c762397
5 changed files with 0 additions and 2 deletions

View file

@ -59,8 +59,6 @@ else:
_sys.modules['xonsh.base_shell'] = __amalgam__
dirstack = __amalgam__
_sys.modules['xonsh.dirstack'] = __amalgam__
history = __amalgam__
_sys.modules['xonsh.history'] = __amalgam__
inspectors = __amalgam__
_sys.modules['xonsh.inspectors'] = __amalgam__
xonfig = __amalgam__

View file

View file

View file