changeset 15:839b5f852c9d

oops, thinking in JS
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 06 Dec 2010 17:28:37 -0800
parents 0c5449063772
children a8eb5c7d4042
files bzconsole/main.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bzconsole/main.py	Mon Dec 06 16:04:21 2010 -0800
+++ b/bzconsole/main.py	Mon Dec 06 17:28:37 2010 -0800
@@ -109,7 +109,7 @@
     ### internal methods
 
     def _comment(self, text):
-        retval = {'is_private': false, 'text': text}
+        retval = {'is_private': False, 'text': text}
         return retval
 
     def _request(self, path, data=None):