~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/browser/specificationdependency.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:
11
11
    'SpecificationDependencyTreeView',
12
12
    ]
13
13
 
 
14
from lazr.restful.interface import copy_field
14
15
from zope.interface import Interface
15
16
 
16
 
from lazr.restful.interface import copy_field
17
 
 
18
17
from canonical.launchpad import _
19
18
from canonical.launchpad.webapp import (
20
19
    canonical_url,