summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-17 09:07:40 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-17 09:07:40 -0500
commit1da904585db4cd1e77c312190149daa946366fa0 (patch)
treed71c32f3b47c2b137d6b9543a605feb8380472a7 /cmd2.py
parent51e7176ead22d7ad898fa7f6e2de246df43f04e0 (diff)
downloadcmd2-git-1da904585db4cd1e77c312190149daa946366fa0.tar.gz
Cleanup of documentation and examples
Removed usage of and reference to attributes and commands which have now been removed.
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 249ef2bb..5d11cb43 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -1478,7 +1478,6 @@ class Cmd(cmd.Cmd):
# Enable tab completion of paths for relevant commands
complete_edit = path_complete
complete_load = path_complete
- complete_save = path_complete
# noinspection PyUnusedLocal
@staticmethod