diff options
author | Eric Lin <anselor@gmail.com> | 2018-05-02 11:56:49 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2018-05-02 11:56:49 -0400 |
commit | 97668f9464a6a4cb89e82ccf1c1e8b78146a70fd (patch) | |
tree | 737fbb94f73eda5f9b180382b0bdaa64a868084b /tests/transcripts | |
parent | 2528fb5217063a5a98f7ea2b880bfc75e7f2428c (diff) | |
download | cmd2-git-97668f9464a6a4cb89e82ccf1c1e8b78146a70fd.tar.gz |
Restored legacy cmd/self access when locals_in_py is True. Changed default to False
Diffstat (limited to 'tests/transcripts')
-rw-r--r-- | tests/transcripts/regex_set.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/transcripts/regex_set.txt b/tests/transcripts/regex_set.txt index bf88c294..b818c464 100644 --- a/tests/transcripts/regex_set.txt +++ b/tests/transcripts/regex_set.txt @@ -10,7 +10,7 @@ debug: False echo: False editor: /.*/ feedback_to_output: False -locals_in_py: True +locals_in_py: False maxrepeats: 3 prompt: (Cmd)/ / quiet: False |