~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/test_build_set.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 04:38:42 UTC
  • mfrom: (14550.1.2 refactor-imports-redux)
  • Revision ID: launchpad@pqm.canonical.com-20111220043842-5djlrud7wls7cqex
[r=stevenk][no-qa] Re-run format-imports over lib/lp and
 lib/canonical/launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    datetime,
8
8
    timedelta,
9
9
    )
 
10
 
10
11
import pytz
 
12
from storm.store import EmptyResultSet
11
13
from zope.component import getUtility
12
14
from zope.security.proxy import removeSecurityProxy
13
 
from storm.store import EmptyResultSet
14
15
 
15
16
from canonical.testing.layers import LaunchpadFunctionalLayer
16
17
from lp.buildmaster.enums import BuildStatus