Mercurial > p > roundup > code
comparison roundup/scripts/roundup_server.py @ 603:986354c4b1fb config-0-4-0-branch
missed the scripts dir in the merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Feb 2002 04:29:17 +0000 |
| parents | 912029653c1c |
| children |
comparison
equal
deleted
inserted
replaced
| 602:c242455d9b46 | 603:986354c4b1fb |
|---|---|
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 18 # | 18 # |
| 19 """ HTTP Server that serves roundup. | 19 """ HTTP Server that serves roundup. |
| 20 | 20 |
| 21 $Id: roundup_server.py,v 1.2 2002-01-29 20:07:15 jhermann Exp $ | 21 $Id: roundup_server.py,v 1.2.2.1 2002-02-06 04:29:17 richard Exp $ |
| 22 """ | 22 """ |
| 23 | 23 |
| 24 # python version check | 24 # python version check |
| 25 from roundup import version_check | 25 from roundup import version_check |
| 26 | 26 |
| 246 if __name__ == '__main__': | 246 if __name__ == '__main__': |
| 247 run() | 247 run() |
| 248 | 248 |
| 249 # | 249 # |
| 250 # $Log: not supported by cvs2svn $ | 250 # $Log: not supported by cvs2svn $ |
| 251 # Revision 1.2 2002/01/29 20:07:15 jhermann | |
| 252 # Conversion to generated script stubs | |
| 253 # | |
| 251 # Revision 1.1 2002/01/29 19:53:08 jhermann | 254 # Revision 1.1 2002/01/29 19:53:08 jhermann |
| 252 # Moved scripts from top-level dir to roundup.scripts subpackage | 255 # Moved scripts from top-level dir to roundup.scripts subpackage |
| 253 # | 256 # |
| 254 # Revision 1.25 2002/01/05 02:21:21 richard | 257 # Revision 1.25 2002/01/05 02:21:21 richard |
| 255 # fixes | 258 # fixes |
