Skip to content

Commit d9d6ed2

Browse files
author
Anthony Baxter
committed
Added CVS keywords $Id$ and $Log$ to all python files.
1 parent 754d9ae commit d9d6ed2

File tree

10 files changed

+60
-0
lines changed

10 files changed

+60
-0
lines changed

cgitb.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: cgitb.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $
2+
13
import sys, os, types, string, keyword, linecache, tokenize, inspect, pydoc
24

35
def breaker():
@@ -111,3 +113,6 @@ def handler():
111113
print breaker()
112114
print html()
113115

116+
#
117+
# $Log: not supported by cvs2svn $
118+
#

config.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: config.py,v 1.4 2001-07-19 05:52:22 anthonybaxter Exp $
2+
13
ROUNDUP_HOME=MAIL_DOMAIN=MAILHOST=None
24

35
try:
@@ -32,3 +34,8 @@
3234
LOG = os.path.join(ROUNDUP_HOME, 'roundup.log')
3335

3436
del os
37+
38+
#
39+
# $Log: not supported by cvs2svn $
40+
#
41+

date.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: date.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $
2+
13
import time, re, calendar
24

35
class Date:
@@ -340,3 +342,7 @@ def test():
340342
if __name__ == '__main__':
341343
test()
342344

345+
#
346+
# $Log: not supported by cvs2svn $
347+
#
348+

hyperdb.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: hyperdb.py,v 1.3 2001-07-19 05:52:22 anthonybaxter Exp $
2+
13
import bsddb, os, cPickle, re, string
24

35
import date
@@ -917,3 +919,7 @@ def Choice(name, *options):
917919

918920
# TODO: set up some filter tests
919921

922+
#
923+
# $Log: not supported by cvs2svn $
924+
#
925+

roundup-mailgw.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
are calling the create() method to create a new node). If an auditor raises
4545
an exception, the original message is bounced back to the sender with the
4646
explanatory message given in the exception.
47+
48+
$Id: roundup-mailgw.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $
4749
'''
4850

4951
import sys
@@ -271,3 +273,7 @@ def handle_message(db, message):
271273
roundup_mail(db, sys.stdin)
272274
db.close()
273275

276+
#
277+
# $Log: not supported by cvs2svn $
278+
#
279+

roundup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! /usr/bin/python
22

3+
# $Id: roundup.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $
4+
35
import sys
46
if int(sys.version[0]) < 2:
57
print 'Roundup requires python 2.0 or later.'
@@ -202,3 +204,7 @@ def main():
202204
if __name__ == '__main__':
203205
sys.exit(main())
204206

207+
#
208+
# $Log: not supported by cvs2svn $
209+
#
210+

roundup_cgi.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: roundup_cgi.py,v 1.3 2001-07-19 05:52:22 anthonybaxter Exp $
2+
13
import os, cgi, pprint, StringIO, urlparse, re, traceback
24

35
import config, roundupdb, template, date
@@ -478,3 +480,7 @@ def main(self, dre=re.compile(r'([^\d]+)(\d+)'),
478480
def __del__(self):
479481
self.db.close()
480482

483+
#
484+
# $Log: not supported by cvs2svn $
485+
#
486+

roundupdb.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: roundupdb.py,v 1.3 2001-07-19 05:52:22 anthonybaxter Exp $
2+
13
import re, os, smtplib, socket
24

35
import config, hyperdb, date
@@ -370,3 +372,7 @@ def initDB(storagelocator, password):
370372

371373
db.close()
372374

375+
#
376+
# $Log: not supported by cvs2svn $
377+
#
378+

server.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
Stolen from CGIHTTPServer
55
6+
$Id: server.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $
7+
68
"""
79
import sys
810
if int(sys.version[0]) < 2:
@@ -148,3 +150,7 @@ def nobody_uid():
148150
print 'Roundup server started on', address
149151
httpd.serve_forever()
150152

153+
#
154+
# $Log: not supported by cvs2svn $
155+
#
156+

template.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: template.py,v 1.3 2001-07-19 05:52:22 anthonybaxter Exp $
2+
13
import os, re, StringIO, urllib
24

35
import hyperdb, date
@@ -693,3 +695,7 @@ def newitem(fp, db, classname, form, replace=re.compile(
693695
w(replace.go(s))
694696
w('</form>')
695697

698+
#
699+
# $Log: not supported by cvs2svn $
700+
#
701+

0 commit comments

Comments
 (0)