Mercurial > p > roundup > code
comparison roundup/hyper_bsddb.py @ 26:c7c14960f413
Final commit of Grande Splite
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 22 Jul 2001 12:09:32 +0000 |
| parents | 4cf1daf2f2eb |
| children |
comparison
equal
deleted
inserted
replaced
| 25:4cf1daf2f2eb | 26:c7c14960f413 |
|---|---|
| 1 #$Id: hyper_bsddb.py,v 1.1 2001-07-22 11:58:35 richard Exp $ | 1 #$Id: hyper_bsddb.py,v 1.2 2001-07-22 12:09:32 richard Exp $ |
| 2 | 2 |
| 3 import bsddb, os, cPickle | 3 import bsddb, os, cPickle |
| 4 import hyperdb, date | 4 import hyperdb, date |
| 5 | 5 |
| 6 # | 6 # |
| 160 ''' Reverse all actions from the current transaction | 160 ''' Reverse all actions from the current transaction |
| 161 ''' | 161 ''' |
| 162 | 162 |
| 163 # | 163 # |
| 164 #$Log: not supported by cvs2svn $ | 164 #$Log: not supported by cvs2svn $ |
| 165 #Revision 1.1 2001/07/20 07:35:55 richard | 165 #Revision 1.1 2001/07/22 11:58:35 richard |
| 166 #largish changes as a start of splitting off bits and pieces to allow more | 166 #More Grande Splite |
| 167 #flexible installation / database back-ends | |
| 168 # | 167 # |
| 169 |
