We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fdead commit a744fd1Copy full SHA for a744fd1
roundup/hyperdb.py
@@ -15,7 +15,7 @@
15
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17
#
18
-# $Id: hyperdb.py,v 1.97.2.3 2004-07-20 05:58:47 richard Exp $
+# $Id: hyperdb.py,v 1.97.2.4 2004-07-20 06:00:07 richard Exp $
19
20
"""Hyperdatabase implementation, especially field types.
21
"""
@@ -771,7 +771,6 @@ def export_propnames(self):
771
propnames = self.getprops().keys()
772
propnames.remove('content')
773
propnames.sort()
774
- print propnames
775
return propnames
776
777
def export_files(self, dirname, nodeid):
0 commit comments