Mercurial > p > roundup > code
diff roundup/instance.py @ 1090:9b910e8d987d
removed Log
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 00:19:55 +0000 |
| parents | bdc2ea127ae9 |
| children | 30db4a11d700 |
line wrap: on
line diff
--- a/roundup/instance.py Tue Sep 10 00:15:59 2002 +0000 +++ b/roundup/instance.py Tue Sep 10 00:19:55 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: instance.py,v 1.5 2001-11-22 15:46:42 jhermann Exp $ +# $Id: instance.py,v 1.6 2002-09-10 00:18:20 richard Exp $ __doc__ = ''' Instance handling (open instance). @@ -53,22 +53,4 @@ del opener -# -# $Log: not supported by cvs2svn $ -# Revision 1.4 2001/11/12 22:01:06 richard -# Fixed issues with nosy reaction and author copies. -# -# Revision 1.3 2001/08/07 00:24:42 richard -# stupid typo -# -# Revision 1.2 2001/08/07 00:15:51 richard -# Added the copyright/license notice to (nearly) all files at request of -# Bizar Software. -# -# Revision 1.1 2001/08/05 07:43:52 richard -# Instances are now opened by a special function that generates a unique -# module name for the instances on import time. -# -# -# # vim: set filetype=python ts=4 sw=4 et si
