~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/tests/test_product.py

  • Committer: William Grant
  • Date: 2012-01-01 02:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101025852-p6ouypk9mzb5usn8
format-imports on lib/. So many imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
import pytz
15
15
from zope.component import getUtility
16
16
 
17
 
from lp.services.webapp import canonical_url
18
 
from lp.testing.layers import DatabaseFunctionalLayer
19
17
from lp.app.enums import ServiceUsage
20
18
from lp.code.enums import (
21
19
    BranchType,
23
21
    )
24
22
from lp.code.interfaces.revision import IRevisionSet
25
23
from lp.code.publisher import CodeLayer
 
24
from lp.services.webapp import canonical_url
26
25
from lp.testing import (
27
26
    ANONYMOUS,
28
27
    BrowserTestCase,
32
31
    TestCaseWithFactory,
33
32
    time_counter,
34
33
    )
 
34
from lp.testing.layers import DatabaseFunctionalLayer
35
35
from lp.testing.pages import (
36
36
    extract_text,
37
37
    find_tag_by_id,