Mercurial > p > roundup > code
comparison roundup/scripts/roundup_mailgw.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | 8b0bd0b897e6 |
| children | 3f89c8ffe4f1 |
comparison
equal
deleted
inserted
replaced
| 2004:1782fe36e7b8 | 2005:fc52d57c6c3e |
|---|---|
| 12 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 12 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 13 # 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" |
| 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 16 # | 16 # |
| 17 # $Id: roundup_mailgw.py,v 1.10 2003-04-24 04:27:32 richard Exp $ | 17 # $Id: roundup_mailgw.py,v 1.11 2004-02-11 23:55:10 richard Exp $ |
| 18 | |
| 19 """Command-line script stub that calls the roundup.mailgw. | |
| 20 """ | |
| 21 __docformat__ = 'restructuredtext' | |
| 18 | 22 |
| 19 # python version check | 23 # python version check |
| 20 from roundup import version_check | 24 from roundup import version_check |
| 21 | 25 |
| 22 import sys, os, re, cStringIO, getopt | 26 import sys, os, re, cStringIO, getopt |
