~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/process-upload.py

  • Committer: Malcolm Cleaton
  • Date: 2006-07-31 16:42:54 UTC
  • mto: (3691.1.237 launchpad)
  • mto: This revision was merged to the branch mainline in revision 3707.
  • Revision ID: malcolm.cleaton@canonical.com-20060731164254-173a8552bcd064e8
Addressed review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    ztm = initZopeless(dbuser=config.uploader.dbuser)
25
25
    execute_zcml_for_scripts()
26
26
    UploadProcessor(options, ztm, log).process()
 
27
    return 0
27
28
 
28
29
 
29
30
def readOptions():