comparison roundup/scripts/roundup_mailgw.py @ 661:cdcee6721841

. [SF#517734] web header customisation is obscure
author Richard Jones <richard@users.sourceforge.net>
date Thu, 14 Mar 2002 23:59:24 +0000
parents 2256f81293c1
children e5826025eeb7
comparison
equal deleted inserted replaced
660:efd540a78727 661:cdcee6721841
1 #! /usr/bin/python
2 #
3 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) 1 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
4 # This module is free software, and you may redistribute it and/or modify 2 # This module is free software, and you may redistribute it and/or modify
5 # under the same terms as Python, so long as this copyright message and 3 # under the same terms as Python, so long as this copyright message and
6 # disclaimer are retained in their original form. 4 # disclaimer are retained in their original form.
7 # 5 #
14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 12 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 13 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18 # 16 #
19 # $Id: roundup_mailgw.py,v 1.2 2002-01-29 20:07:15 jhermann Exp $ 17 # $Id: roundup_mailgw.py,v 1.3 2002-03-14 23:59:24 richard Exp $
20 18
21 # python version check 19 # python version check
22 from roundup import version_check 20 from roundup import version_check
23 21
24 import sys, os, re, cStringIO 22 import sys, os, re, cStringIO
179 if __name__ == '__main__': 177 if __name__ == '__main__':
180 run() 178 run()
181 179
182 # 180 #
183 # $Log: not supported by cvs2svn $ 181 # $Log: not supported by cvs2svn $
182 # Revision 1.2 2002/01/29 20:07:15 jhermann
183 # Conversion to generated script stubs
184 #
184 # Revision 1.1 2002/01/29 19:53:08 jhermann 185 # Revision 1.1 2002/01/29 19:53:08 jhermann
185 # Moved scripts from top-level dir to roundup.scripts subpackage 186 # Moved scripts from top-level dir to roundup.scripts subpackage
186 # 187 #
187 # Revision 1.21 2002/01/11 07:02:29 grubert 188 # Revision 1.21 2002/01/11 07:02:29 grubert
188 # put an exception around: do_pop user and password entry to catch ctrl-c/d. 189 # put an exception around: do_pop user and password entry to catch ctrl-c/d.

Roundup Issue Tracker: http://roundup-tracker.org/