Mercurial > p > roundup > code
comparison roundup/hyperdb.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 | b89712288636 |
comparison
equal
deleted
inserted
replaced
| 25:4cf1daf2f2eb | 26:c7c14960f413 |
|---|---|
| 1 # $Id: hyperdb.py,v 1.1 2001-07-22 11:58:35 richard Exp $ | 1 # $Id: hyperdb.py,v 1.2 2001-07-22 12:09:32 richard Exp $ |
| 2 | 2 |
| 3 # standard python modules | 3 # standard python modules |
| 4 import cPickle, re, string | 4 import cPickle, re, string |
| 5 | 5 |
| 6 # roundup modules | 6 # roundup modules |
| 733 cl.create(name=option[i], order=i) | 733 cl.create(name=option[i], order=i) |
| 734 return hyperdb.Link(name) | 734 return hyperdb.Link(name) |
| 735 | 735 |
| 736 # | 736 # |
| 737 # $Log: not supported by cvs2svn $ | 737 # $Log: not supported by cvs2svn $ |
| 738 # Revision 1.6 2001/07/20 08:20:24 richard | 738 # Revision 1.1 2001/07/22 11:58:35 richard |
| 739 # Fixed a bug in the filter - wrong variable names in the error message. | 739 # More Grande Splite |
| 740 # Recognised that the filter has an outstanding bug. Hrm. we need a bug tracker | |
| 741 # for this project :) | |
| 742 # | 740 # |
| 743 # Revision 1.5 2001/07/20 07:35:55 richard | |
| 744 # largish changes as a start of splitting off bits and pieces to allow more | |
| 745 # flexible installation / database back-ends | |
| 746 # | |
| 747 |
