#495: Add comment in put_to_history

This commit is contained in:
nvbn
2016-04-22 03:16:16 +03:00
parent d5ae3a6b41
commit 51839e65cd
+6 -1
View File
@@ -83,4 +83,9 @@ class Generic(object):
return line
def put_to_history(self, command):
pass
"""Adds fixed command to shell history.
In most of shells we change history on shell-level, but not
all shells support it (Fish).
"""