← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/missing-all into lp:launchpad

 

Steve Kowalik has proposed merging lp:~stevenk/launchpad/missing-all into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~stevenk/launchpad/missing-all/+merge/56869

Add a missing function to lp.services.twistedsupport's __all__.
-- 
https://code.launchpad.net/~stevenk/launchpad/missing-all/+merge/56869
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/missing-all into lp:launchpad.
=== modified file 'lib/lp/services/twistedsupport/__init__.py'
--- lib/lp/services/twistedsupport/__init__.py	2011-03-29 03:24:05 +0000
+++ lib/lp/services/twistedsupport/__init__.py	2011-04-08 03:23:25 +0000
@@ -9,6 +9,7 @@
     'defer_to_thread',
     'extract_result',
     'gatherResults',
+    'no_traceback_failures',
     'suppress_stderr',
     ]