Merge lp:~jml/launchpad/final-scare into lp:launchpad

Proposed by Jonathan Lange
Status: Merged
Approved by: Jonathan Lange
Approved revision: not available
Merged at revision: 11930
Proposed branch: lp:~jml/launchpad/final-scare
Merge into: lp:launchpad
Diff against target: 13 lines (+0/-6)
1 file modified
lib/canonical/launchpad/interfaces/__init__.py (+0/-6)
To merge this branch: bzr merge lp:~jml/launchpad/final-scare
Reviewer Review Type Date Requested Status
Robert Collins (community) Approve
Jonathan Lange (community) Approve
Review via email: mp+41038@code.launchpad.net

Commit message

Clear out backwards compatibility code from c/l/interfaces/__init__.py

Description of the change

This branch removes some code that was temporarily added as a work around for a broken config file on production. The config file is now fixed, so the code can be removed.

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) :
review: Approve
Revision history for this message
Robert Collins (lifeless) wrote :

Stamp.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/launchpad/interfaces/__init__.py'
2--- lib/canonical/launchpad/interfaces/__init__.py 2010-11-12 20:58:49 +0000
3+++ lib/canonical/launchpad/interfaces/__init__.py 2010-11-17 11:43:45 +0000
4@@ -11,9 +11,3 @@
5 locations under the 'lp' package. See the `lp` docstring for more details.
6 """
7
8-# XXX henninge 2010-11-12: This is needed by the file
9-# +inbound-email-config.zcml which resides outside of the LP tree and can
10-# only be safely updated at roll-out time. The import can be removed again
11-# after the 10.11 roll-out.
12-from canonical.launchpad.interfaces.mail import IMailHandler
13-