Mercurial > p > roundup > code
comparison roundup/hyperdb.py @ 2599:3fefdbfa6141 maint-0.7
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 20 Jul 2004 06:00:07 +0000 |
| parents | 5077745b0758 |
| children | 0d8b3b5f40ea |
comparison
equal
deleted
inserted
replaced
| 2598:5077745b0758 | 2599:3fefdbfa6141 |
|---|---|
| 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 17 # | 17 # |
| 18 # $Id: hyperdb.py,v 1.97.2.3 2004-07-20 05:58:47 richard Exp $ | 18 # $Id: hyperdb.py,v 1.97.2.4 2004-07-20 06:00:07 richard Exp $ |
| 19 | 19 |
| 20 """Hyperdatabase implementation, especially field types. | 20 """Hyperdatabase implementation, especially field types. |
| 21 """ | 21 """ |
| 22 __docformat__ = 'restructuredtext' | 22 __docformat__ = 'restructuredtext' |
| 23 | 23 |
| 769 ''' Don't export the "content" property | 769 ''' Don't export the "content" property |
| 770 ''' | 770 ''' |
| 771 propnames = self.getprops().keys() | 771 propnames = self.getprops().keys() |
| 772 propnames.remove('content') | 772 propnames.remove('content') |
| 773 propnames.sort() | 773 propnames.sort() |
| 774 print propnames | |
| 775 return propnames | 774 return propnames |
| 776 | 775 |
| 777 def export_files(self, dirname, nodeid): | 776 def export_files(self, dirname, nodeid): |
| 778 ''' Export the "content" property as a file, not csv column | 777 ''' Export the "content" property as a file, not csv column |
| 779 ''' | 778 ''' |
