~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/generate-ppa-htaccess.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
import _pythonpath
11
11
 
12
 
from canonical.config import config
13
12
from lp.archivepublisher.scripts.generate_ppa_htaccess import (
14
13
    HtaccessTokenGenerator)
15
14