~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/interfaces/archiveauthtoken.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-25 08:55:37 UTC
  • mfrom: (13287.1.8 bug-800652)
  • Revision ID: launchpad@pqm.canonical.com-20110625085537-moikyoo2pe98zs7r
[r=jcsackett, julian-edwards][bug=800634,
        800652] Enable and display overrides on sync package uploads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    TextLine,
21
21
    )
22
22
 
23
 
from lp import _
 
23
from canonical.launchpad import _
24
24
from lp.registry.interfaces.person import IPerson
25
25
from lp.soyuz.interfaces.archive import IArchive
26
26