[ANN] Olive 0.11.0 released
Martin Pool
mbp at canonical.com
Fri Sep 29 02:43:51 BST 2006
On 28 Sep 2006, Szilveszter Farkas <szilveszter.farkas at gmail.com> wrote:
> Hi,
>
> >Branch -> Initialize
> > Traceback (most recent call last):
> > File "c:\Python25\Lib\site-packages\olive\handler.py", line 181, in
> > on_menuitem_branch_initialize_activate
> > except NotBranchError:
> > NameError: global name 'NotBranchError' is not defined
>
> I'm really sorry for this. There were pretty big code changes in the
> background, and not all functions were tested. Now it should be fixed
> in the main development branch. Maybe I'll release a 0.11.1 soon...
Congratulations on the release.
pyflakes does a pretty good job finding such things as missing imports.
(Try e.g. 'make pyflakes' in bzr.dev)
--
Martin
More information about the bazaar
mailing list