From d0d98f0aea35fcd378fc93f02d8449030b1ba454 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 2 Mar 2018 17:28:52 -0500 Subject: Removed abbrev attribute --- examples/example.py | 1 - examples/transcripts/exampleSession.txt | 1 - examples/transcripts/transcript_regex.txt | 1 - 3 files changed, 3 deletions(-) (limited to 'examples') 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 diff --git a/examples/transcripts/exampleSession.txt b/examples/transcripts/exampleSession.txt index 840bee60..1d1b3b79 100644 --- a/examples/transcripts/exampleSession.txt +++ b/examples/transcripts/exampleSession.txt @@ -3,7 +3,6 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -abbrev: False colors: /(True|False)/ continuation_prompt: >/ / debug: False diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index 7d017dee..adf4d77e 100644 --- a/examples/transcripts/transcript_regex.txt +++ b/examples/transcripts/transcript_regex.txt @@ -3,7 +3,6 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -abbrev: True colors: /(True|False)/ continuation_prompt: >/ / debug: False -- cgit v1.2.1