~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/publish-ftpmaster.py

  • Committer: Stuart Bishop
  • Date: 2011-07-25 08:27:51 UTC
  • mto: (7675.1202.25 bugsummary)
  • mto: This revision was merged to the branch mainline in revision 13902.
  • Revision ID: stuart.bishop@canonical.com-20110725082751-j6su1d788c5l983u
More lint

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.archivepublisher.scripts.publish_ftpmaster import PublishFTPMaster
12
11
 
13
12