Code

Final commit of Grande Splite
[roundup.git] / roundup / roundupdb.py
index b27493a34a8026347c5d6f423fb49182ef4e6727..57023bcefe2bb8ea2b22712dcc09f6eed9c95d99 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: roundupdb.py,v 1.1 2001-07-22 11:58:35 richard Exp $
+# $Id: roundupdb.py,v 1.2 2001-07-22 12:09:32 richard Exp $
 
 import re, os, smtplib, socket
 
@@ -227,23 +227,6 @@ class IssueClass(Class):
 
 #
 # $Log: not supported by cvs2svn $
-# Revision 1.6  2001/07/20 07:35:55  richard
-# largish changes as a start of splitting off bits and pieces to allow more
-# flexible installation / database back-ends
+# Revision 1.1  2001/07/22 11:58:35  richard
+# More Grande Splite
 #
-# Revision 1.5  2001/07/20 00:22:50  richard
-# Priority list changes - removed the redundant TODO and added support. See
-# roundup-devel for details.
-#
-# Revision 1.4  2001/07/19 06:27:07  anthonybaxter
-# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
-# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign)
-# strings in a commit message. I'm a twonk.
-#
-# Also broke the help string in two.
-#
-# Revision 1.3  2001/07/19 05:52:22  anthonybaxter
-# Added CVS keywords Id and Log to all python files.
-#
-#
-