mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
wip: adding history backends
This commit is contained in:
parent
02e1938edb
commit
f08c762397
5 changed files with 0 additions and 2 deletions
|
@ -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__
|
||||
|
|
0
xonsh/history/backends/__init__.py
Normal file
0
xonsh/history/backends/__init__.py
Normal file
0
xonsh/history/backends/json.py
Normal file
0
xonsh/history/backends/json.py
Normal file
0
xonsh/history/backends/sqlite.py
Normal file
0
xonsh/history/backends/sqlite.py
Normal file
Loading…
Add table
Reference in a new issue