From 1613a982f7ece6fe6e378dc92d4b398d4be7fdc0 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 7 Jan 2002 10:42:23 +0000 Subject: [PATCH] oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@502 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/hyperdb.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roundup/hyperdb.py b/roundup/hyperdb.py index ab584d9..d69e4ed 100644 --- a/roundup/hyperdb.py +++ b/roundup/hyperdb.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: hyperdb.py,v 1.45 2002-01-02 04:18:17 richard Exp $ +# $Id: hyperdb.py,v 1.46 2002-01-07 10:42:23 richard Exp $ __doc__ = """ Hyperdatabase implementation, especially field types. @@ -978,7 +978,7 @@ class Node: def __init__(self, cl, nodeid, cache=1): self.__dict__['cl'] = cl self.__dict__['nodeid'] = nodeid - self.cache = cache + self.__dict__['cache'] = cache def keys(self, protected=1): return self.cl.getprops(protected=protected).keys() def values(self, protected=1): @@ -1027,6 +1027,9 @@ def Choice(name, *options): # # $Log: not supported by cvs2svn $ +# Revision 1.45 2002/01/02 04:18:17 richard +# hyperdb docstrings +# # Revision 1.44 2002/01/02 02:31:38 richard # Sorry for the huge checkin message - I was only intending to implement #496356 # but I found a number of places where things had been broken by transactions: -- 2.30.2