← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/apihelpers-imports into lp:launchpad

 

Steve Kowalik has proposed merging lp:~stevenk/launchpad/apihelpers-imports into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~stevenk/launchpad/apihelpers-imports/+merge/55040

Add two missing exports to apihelpers __all__.
-- 
https://code.launchpad.net/~stevenk/launchpad/apihelpers-imports/+merge/55040
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/apihelpers-imports into lp:launchpad.
=== modified file 'lib/canonical/launchpad/components/apihelpers.py'
--- lib/canonical/launchpad/components/apihelpers.py	2011-03-24 13:09:03 +0000
+++ lib/canonical/launchpad/components/apihelpers.py	2011-03-28 05:39:32 +0000
@@ -14,6 +14,7 @@
 __metaclass__ = type
 
 __all__ = [
+    'patch_entry_explicit_version',
     'patch_entry_return_type',
     'patch_choice_parameter_type',
     'patch_choice_vocabulary',
@@ -21,6 +22,7 @@
     'patch_collection_return_type',
     'patch_plain_parameter_type',
     'patch_list_parameter_type',
+    'patch_operations_explicit_version',
     'patch_reference_property',
     ]