Mercurial > p > roundup > code
diff roundup/templates/classic/interfaces.py @ 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 | e8087fc26fee |
| children | fd20d16ae81e |
line wrap: on
line diff
--- a/roundup/templates/classic/interfaces.py Sun Jul 29 06:57:03 2001 +0000 +++ b/roundup/templates/classic/interfaces.py Sun Jul 29 07:01:39 2001 +0000 @@ -1,4 +1,4 @@ -# $Id: interfaces.py,v 1.2 2001-07-29 04:07:37 richard Exp $ +# $Id: interfaces.py,v 1.3 2001-07-29 07:01:39 richard Exp $ import urlparse, os @@ -51,6 +51,10 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.2 2001/07/29 04:07:37 richard +# Fixed the classic template so it's more like the "advertised" Roundup +# template. +# # Revision 1.1 2001/07/23 23:28:43 richard # Adding the classic template # @@ -58,5 +62,4 @@ # Split off the interfaces (CGI, mailgw) into a separate file from the DB stuff. # # - - +# vim: set filetype=python ts=4 sw=4 et si
