comparison roundup/templates/classic/dbinit.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 5e71aaa87e5b
children 1536be43d2fa
comparison
equal deleted inserted replaced
126:d967c777da3e 127:0791d13baea7
1 # $Id: dbinit.py,v 1.3 2001-07-24 10:46:22 anthonybaxter Exp $ 1 # $Id: dbinit.py,v 1.4 2001-07-29 07:01:39 richard Exp $
2 2
3 import os 3 import os
4 4
5 import instance_config 5 import instance_config
6 from roundup import roundupdb, cgi_client, mailgw 6 from roundup import roundupdb, cgi_client, mailgw
105 105
106 db.close() 106 db.close()
107 107
108 # 108 #
109 # $Log: not supported by cvs2svn $ 109 # $Log: not supported by cvs2svn $
110 # Revision 1.3 2001/07/24 10:46:22 anthonybaxter
111 # Added templatebuilder module. two functions - one to pack up the html base,
112 # one to unpack it. Packed up the two standard templates into htmlbases.
113 # Modified __init__ to install them.
114 #
115 # __init__.py magic was needed for the rather high levels of wierd import magic.
116 # Reducing level of import magic == (good, future)
117 #
110 # Revision 1.2 2001/07/24 01:06:43 richard 118 # Revision 1.2 2001/07/24 01:06:43 richard
111 # Oops - accidentally duped the keywords class 119 # Oops - accidentally duped the keywords class
112 # 120 #
113 # Revision 1.1 2001/07/23 23:28:43 richard 121 # Revision 1.1 2001/07/23 23:28:43 richard
114 # Adding the classic template 122 # Adding the classic template
132 # 140 #
133 # Revision 1.2 2001/07/22 12:09:32 richard 141 # Revision 1.2 2001/07/22 12:09:32 richard
134 # Final commit of Grande Splite 142 # Final commit of Grande Splite
135 # 143 #
136 # 144 #
145 # vim: set filetype=python ts=4 sw=4 et si
137 146
138

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