Mercurial > p > roundup > code
comparison roundup/hyperdb.py @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | 51cce9671db0 |
| children | ce36f2962b94 |
comparison
equal
deleted
inserted
replaced
| 126:d967c777da3e | 127:0791d13baea7 |
|---|---|
| 1 # $Id: hyperdb.py,v 1.6 2001-07-29 05:36:14 richard Exp $ | 1 # $Id: hyperdb.py,v 1.7 2001-07-29 07:01:39 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 |
| 787 cl.create(name=option[i], order=i) | 787 cl.create(name=option[i], order=i) |
| 788 return hyperdb.Link(name) | 788 return hyperdb.Link(name) |
| 789 | 789 |
| 790 # | 790 # |
| 791 # $Log: not supported by cvs2svn $ | 791 # $Log: not supported by cvs2svn $ |
| 792 # Revision 1.6 2001/07/29 05:36:14 richard | |
| 793 # Cleanup of the link label generation. | |
| 794 # | |
| 792 # Revision 1.5 2001/07/29 04:05:37 richard | 795 # Revision 1.5 2001/07/29 04:05:37 richard |
| 793 # Added the fabricated property "id". | 796 # Added the fabricated property "id". |
| 794 # | 797 # |
| 795 # Revision 1.4 2001/07/27 06:25:35 richard | 798 # Revision 1.4 2001/07/27 06:25:35 richard |
| 796 # Fixed some of the exceptions so they're the right type. | 799 # Fixed some of the exceptions so they're the right type. |
| 804 # Final commit of Grande Splite | 807 # Final commit of Grande Splite |
| 805 # | 808 # |
| 806 # Revision 1.1 2001/07/22 11:58:35 richard | 809 # Revision 1.1 2001/07/22 11:58:35 richard |
| 807 # More Grande Splite | 810 # More Grande Splite |
| 808 # | 811 # |
| 812 # | |
| 813 # vim: set filetype=python ts=4 sw=4 et si |
