mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Update dummy.py
This commit is contained in:
parent
1dc091fc01
commit
741626b12d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class DummyHistory(History):
|
|||
pass
|
||||
|
||||
def items(self, newest_first=False):
|
||||
yield {"inp": "dummy in action", "ts": 1464652800, "ind": 0}
|
||||
yield {"inp": "# dummy history backend in action", "ts": 1464652800, "ind": 0}
|
||||
|
||||
def all_items(self, newest_first=False):
|
||||
return self.items(newest_first=newest_first)
|
||||
|
|
Loading…
Add table
Reference in a new issue