10637.3.1
by Guilherme Salgado
Use the default python version instead of a hard-coded version |
1 |
#!/usr/bin/python
|
8687.15.25
by Karl Fogel
Fix formatting around new license block. |
2 |
#
|
8687.15.8
by Karl Fogel
Add the copyright header block to more files. |
3 |
# Copyright 2009 Canonical Ltd. This software is licensed under the
|
4 |
# GNU Affero General Public License version 3 (see the file LICENSE).
|
|
5 |
||
2865.2.4
by Celso Providelo
Dogfood tweaks, fix poppy, handy --log-file to logger, waiting between uploads test and other minor fixes. |
6 |
import sys |
10529.1.5
by Jonathan Lange
Move most of the daemon code into lp.poppy |
7 |
from lp.poppy.daemon import main |
1474
by Canonical.com Patch Queue Manager
GPGV movement, initial poppy-upload and clean up ftpserver signon |
8 |
|
9 |
if __name__ == '__main__': |
|
10 |
sys.exit(main()) |