Code review comment for lp:~jcsackett/launchpad/bad-state-transition-641266

Revision history for this message
Graham Binns (gmb) wrote :

> === modified file 'lib/canonical/launchpad/interfaces/__init__.py'
> --- lib/canonical/launchpad/interfaces/__init__.py 2010-09-11 19:25:13 +0000
> +++ lib/canonical/launchpad/interfaces/__init__.py 2010-09-28 15:23:43 +0000
> @@ -96,6 +96,7 @@
> from canonical.launchpad.interfaces.packagerelationship import *
> from canonical.launchpad.interfaces.pathlookup import *
> from lp.registry.interfaces.poll import *
> +from lp.registry.errors import TeamMembershipTransitionError
> from lp.soyuz.interfaces.processor import *
> from lp.registry.interfaces.product import *
> from lp.registry.interfaces.productlicense import *
> === added file 'lib/lp/registry/errors.py'
> --- lib/lp/registry/errors.py 1970-01-01 00:00:00 +0000
> +++ lib/lp/registry/errors.py 2010-09-28 15:23:43 +0000
> @@ -0,0 +1,20 @@
> +# Copyright 2009 Canonical Ltd. This software is licensed under the

It's 2010. If you want to update standard_template and
standard_test_template to be correct (for the next three months anyway)
then that's fine with me.

Other than that, r=me.

review: Approve (code)

« Back to merge proposal