diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-14 12:04:16 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-14 12:04:16 -0400 |
commit | cd4f71809f9ed0337026940e5dad00a5d264afd7 (patch) | |
tree | fc894de08bc38bb84e43d4cd2c89b3adfe0eb8cc /examples/transcripts | |
parent | 83db3d2f684f26f2117c1e212f9d33172f2d75d4 (diff) | |
download | cmd2-git-cd4f71809f9ed0337026940e5dad00a5d264afd7.tar.gz |
Fixed a couple example transcripts which were never updated when the default for locals_in_py changed to False
Diffstat (limited to 'examples/transcripts')
-rw-r--r-- | examples/transcripts/exampleSession.txt | 2 | ||||
-rw-r--r-- | examples/transcripts/transcript_regex.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/transcripts/exampleSession.txt b/examples/transcripts/exampleSession.txt index 1d1b3b79..6318776f 100644 --- a/examples/transcripts/exampleSession.txt +++ b/examples/transcripts/exampleSession.txt @@ -9,7 +9,7 @@ debug: False echo: False editor: /.*?/ feedback_to_output: False -locals_in_py: True +locals_in_py: False maxrepeats: 3 prompt: (Cmd)/ / quiet: False diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index adf4d77e..08588ab1 100644 --- a/examples/transcripts/transcript_regex.txt +++ b/examples/transcripts/transcript_regex.txt @@ -9,7 +9,7 @@ debug: False echo: False editor: /.*?/ feedback_to_output: False -locals_in_py: True +locals_in_py: False maxrepeats: 3 prompt: (Cmd)/ / quiet: False |