launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #17938
[Merge] lp:~cjwatson/launchpad/fix-apihelpers-all into lp:launchpad
Colin Watson has proposed merging lp:~cjwatson/launchpad/fix-apihelpers-all into lp:launchpad.
Commit message:
List patch_choice_property rather than patch_choice_vocabulary in lp.services.webservice.apihelpers.
Requested reviews:
Colin Watson (cjwatson)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/fix-apihelpers-all/+merge/250631
I introduced patch_choice_property in place of patch_choice_vocabulary in r17330, but forgot to update __all__. This corrects that oversight.
--
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/services/webservice/apihelpers.py'
--- lib/lp/services/webservice/apihelpers.py 2015-01-30 18:24:07 +0000
+++ lib/lp/services/webservice/apihelpers.py 2015-02-23 14:57:21 +0000
@@ -15,7 +15,7 @@
__all__ = [
'patch_choice_parameter_type',
- 'patch_choice_vocabulary',
+ 'patch_choice_property',
'patch_collection_property',
'patch_collection_return_type',
'patch_entry_explicit_version',
References