summaryrefslogtreecommitdiff
path: root/examples/example.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-02 19:12:53 -0500
committerGitHub <noreply@github.com>2018-03-02 19:12:53 -0500
commit388d48682823a192d349ad877b1fd1ae5d92df44 (patch)
tree3b5b1d9822b947b854dd753be552a8b37fce8077 /examples/example.py
parent17781f27c49b961526c7e3a5302482744e6a038b (diff)
parentfa9479c228ab498eac8bd91b79bb0b8d04d0be1a (diff)
downloadcmd2-git-388d48682823a192d349ad877b1fd1ae5d92df44.tar.gz
Merge pull request #292 from python-cmd2/abbrev
Removed abbrev attribute
Diffstat (limited to 'examples/example.py')
-rwxr-xr-xexamples/example.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example.py b/examples/example.py
index c66f0e60..94ca7693 100755
--- a/examples/example.py
+++ b/examples/example.py
@@ -27,7 +27,6 @@ class CmdLineApp(Cmd):
MUMBLE_LAST = ['right?']
def __init__(self):
- self.abbrev = True
self.multilineCommands = ['orate']
self.maxrepeats = 3