summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/exampleSession.txt1
-rwxr-xr-xexamples/python_scripting.py1
-rw-r--r--examples/transcript_regex.txt1
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/exampleSession.txt b/examples/exampleSession.txt
index ef6df857..840bee60 100644
--- a/examples/exampleSession.txt
+++ b/examples/exampleSession.txt
@@ -4,7 +4,6 @@
# regexes on prompts just make the trailing space obvious
(Cmd) set
abbrev: False
-autorun_on_edit: False
colors: /(True|False)/
continuation_prompt: >/ /
debug: False
diff --git a/examples/python_scripting.py b/examples/python_scripting.py
index 95cfce44..aa62007a 100755
--- a/examples/python_scripting.py
+++ b/examples/python_scripting.py
@@ -28,7 +28,6 @@ class CmdLineApp(Cmd):
# Enable the optional ipy command if IPython is installed by setting use_ipython=True
Cmd.__init__(self, use_ipython=True)
self._set_prompt()
- self.autorun_on_edit = False
self.intro = 'Happy 𝛑 Day. Note the full Unicode support: 😇 (Python 3 only) 💩'
def _set_prompt(self):
diff --git a/examples/transcript_regex.txt b/examples/transcript_regex.txt
index 27b4c639..7d017dee 100644
--- a/examples/transcript_regex.txt
+++ b/examples/transcript_regex.txt
@@ -4,7 +4,6 @@
# regexes on prompts just make the trailing space obvious
(Cmd) set
abbrev: True
-autorun_on_edit: False
colors: /(True|False)/
continuation_prompt: >/ /
debug: False