diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2010-02-18 01:32:50 -0500 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2010-02-18 01:32:50 -0500 |
| commit | 5c478c32555be0820fa1b9236ba136dd50e9ed90 (patch) | |
| tree | 53d7dcce1767e53348bd1397df81f828507230a1 | |
| parent | a5ec2ab0066c6f7be721c17ca7f7eecfb40a5503 (diff) | |
| download | cmd2-git-0.6.0.tar.gz | |
released 0.6.00.6.0
| -rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -380,7 +380,7 @@ class Cmd(cmd.Cmd): reserved_words = [] feedback_to_output = False # Do include nonessentials in >, | output quiet = False # Do not suppress nonessential output - debug = True + debug = False locals_in_py = True kept_state = None settable = stubbornDict(''' |
