~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/seriessourcepackagebranch.py

  • Committer: Curtis Hovey
  • Date: 2011-08-12 14:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110812143951-74vfvrt37gtt4fz2
Sorted imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    Int,
23
23
    )
24
24
 
25
 
from lp import _
 
25
from canonical.launchpad import _
26
26
from lp.registry.interfaces.pocket import PackagePublishingPocket
27
27
 
28
28