Merge lp:~elopio/ubuntuone-testing/fixemail into lp:ubuntuone-testing

Proposed by Leo Arias
Status: Merged
Approved by: Rick McBride
Approved revision: 83
Merged at revision: 83
Proposed branch: lp:~elopio/ubuntuone-testing/fixemail
Merge into: lp:ubuntuone-testing
Diff against target: 11 lines (+1/-0)
1 file modified
ubuntuone/web/tests/sst/shared/utils/mail.py (+1/-0)
To merge this branch: bzr merge lp:~elopio/ubuntuone-testing/fixemail
Reviewer Review Type Date Requested Status
Rick McBride (community) Approve
Review via email: mp+98267@code.launchpad.net

Commit message

Added the missing email import.

Description of the change

There was a bug with a missing import. I fixed it.

To post a comment you must log in.
Revision history for this message
Rick McBride (rmcbride) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/web/tests/sst/shared/utils/mail.py'
2--- ubuntuone/web/tests/sst/shared/utils/mail.py 2011-12-02 15:01:13 +0000
3+++ ubuntuone/web/tests/sst/shared/utils/mail.py 2012-03-19 19:22:28 +0000
4@@ -20,6 +20,7 @@
5 import re
6 import imaplib
7 import time
8+from email import email
9 from config import IMAP_SERVER, IMAP_USERNAME, IMAP_PASSWORD
10
11 def get_confirmation_code_for_address(email_address):

Subscribers

People subscribed via source and target branches