# HG changeset patch # User Jeff Hammel # Date 1288722446 25200 # Node ID 43fb6fd8903df1e4b2e5b70632fb9db796ceabec # Parent 9ee7b8236c36aae5a29d41028e9d966c95ed3e00 stub for new bug diff -r 9ee7b8236c36 -r 43fb6fd8903d bzconsole/main.py --- 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')