~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: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:
17
17
    script = HtaccessTokenGenerator(
18
18
        'generate-ppa-htaccess', dbuser='generate_ppa_htaccess')
19
19
    script.lock_and_run()
20