Mercurial > p > roundup > code
diff roundup-mailgw @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | e5e9ea306a09 |
| children | 996eaf90c01e |
line wrap: on
line diff
--- a/roundup-mailgw Sun Jul 29 06:57:03 2001 +0000 +++ b/roundup-mailgw Sun Jul 29 07:01:39 2001 +0000 @@ -1,6 +1,5 @@ #! /usr/bin/python - -# $ID: $ +# $Id: roundup-mailgw,v 1.2 2001-07-29 07:01:39 richard Exp $ import sys if int(sys.version[0]) < 2: @@ -30,8 +29,11 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.1 2001/07/23 03:46:48 richard +# moving the bin files to facilitate out-of-the-boxness +# # Revision 1.1 2001/07/22 11:15:45 richard # More Grande Splite stuff # # - +# vim: set filetype=python ts=4 sw=4 et si
