summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcatherine <catherine@Drou>2010-02-18 01:32:50 -0500
committercatherine <catherine@Drou>2010-02-18 01:32:50 -0500
commit921f848cef7b3831701355f34f68e2b78f8b2afa (patch)
tree53d7dcce1767e53348bd1397df81f828507230a1
parentb3a376784307978f809eca134003756a0e92dc0f (diff)
downloadcmd2-hg-921f848cef7b3831701355f34f68e2b78f8b2afa.tar.gz
released 0.6.00.6.0
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 4f21d2e..bc1146c 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -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('''