~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/tests/test_testcase.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:
7
7
 
8
8
from StringIO import StringIO
9
9
import sys
10
 
import unittest
11
10
 
12
11
from storm.store import Store
13
12
from zope.component import getUtility