comparison roundup/templatebuilder.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 caca379e12d3
children 16fdc86183fe
comparison
equal deleted inserted replaced
126:d967c777da3e 127:0791d13baea7
1 # $Id: templatebuilder.py,v 1.6 2001-07-29 07:01:39 richard Exp $
1 import errno 2 import errno
2 3
3 preamble = """ 4 preamble = """
4 # Do Not Edit (Unless You Want To) 5 # Do Not Edit (Unless You Want To)
5 # This file automagically generated by roundup.htmldata.makeHtmlBase 6 # This file automagically generated by roundup.htmldata.makeHtmlBase
60 elif len(sys.argv) == 3: 61 elif len(sys.argv) == 3:
61 installHtmlBase(sys.argv[1], sys.argv[2]) 62 installHtmlBase(sys.argv[1], sys.argv[2])
62 else: 63 else:
63 raise "what you talkin about willis?" 64 raise "what you talkin about willis?"
64 65
66 #
67 # $Log: not supported by cvs2svn $
68 #
69 #
70 # vim: set filetype=python ts=4 sw=4 et si

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