~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/process-upload.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:
1
1
#!/usr/bin/python -S
2
2
#
3
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
3
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
4
4
# GNU Affero General Public License version 3 (see the file LICENSE).
5
5
 
6
6
"""Upload processor.
11
11
 
12
12
import _pythonpath
13
13
 
14
 
from canonical.config import config
15
14
from lp.soyuz.scripts.soyuz_process_upload import ProcessUpload
16
15
 
17
16