changeset 5:43fb6fd8903d

stub for new bug
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 02 Nov 2010 11:27:26 -0700
parents 9ee7b8236c36
children 81c0de264b86
files bzconsole/main.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bzconsole/main.py	Tue Nov 02 11:02:29 2010 -0700
+++ b/bzconsole/main.py	Tue Nov 02 11:27:26 2010 -0700
@@ -36,6 +36,9 @@
         assert product in configuration['product'], 'Product %s not found' % product
         return sorted(configuration['product'][product]['component'].keys())
 
+    def new(self, title, product, component):
+        raise NotImplementedError
+
     def _configuration(self):
         if not hasattr(self, '__configuration'):
             self.__configuration = self._request('/configuration')