~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/publish-distro.py

  • Committer: Stuart Bishop
  • Date: 2011-09-22 09:47:13 UTC
  • mto: This revision was merged to the branch mainline in revision 14013.
  • Revision ID: stuart.bishop@canonical.com-20110922094713-aqdrec8kpyyaiofr
delint

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
import _pythonpath
9
9
 
10
 
from canonical.config import config
11
10
from lp.soyuz.scripts.publishdistro import PublishDistro
12
11
 
13
12