~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/tests/test_service_usage.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:
3
3
 
4
4
__metaclass__ = type
5
5
 
6
 
import unittest
7
 
 
8
6
from canonical.testing.layers import DatabaseFunctionalLayer
9
7
 
10
8
from lp.app.enums import ServiceUsage