~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/scanner/tests/test_email.py

  • Committer: Steve Kowalik
  • Date: 2011-08-12 11:37:08 UTC
  • mto: This revision was merged to the branch mainline in revision 13686.
  • Revision ID: stevenk@ubuntu.com-20110812113708-jtafl8yetsg9wst1
RemoveĀ unneededĀ unittestĀ imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
__metaclass__ = type
7
7
 
8
8
import email
9
 
import unittest
10
9
 
11
10
from zope.component import getUtility
12
11
from zope.event import notify