← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~allenap/launchpad/remove-with-statement-redux into lp:launchpad/devel

 

Gavin Panella has proposed merging lp:~allenap/launchpad/remove-with-statement-redux into lp:launchpad/devel.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)


Remove another with_statement.

-- 
https://code.launchpad.net/~allenap/launchpad/remove-with-statement-redux/+merge/39848
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~allenap/launchpad/remove-with-statement-redux into lp:launchpad/devel.
=== modified file 'lib/lp/services/features/tests/test_helpers.py'
--- lib/lp/services/features/tests/test_helpers.py	2010-10-12 16:15:26 +0000
+++ lib/lp/services/features/tests/test_helpers.py	2010-11-02 14:06:15 +0000
@@ -3,9 +3,6 @@
 
 """Tests for the feature flags test helpers."""
 
-from __future__ import with_statement
-
-
 __metaclass__ = type
 __all__ = []