File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- #$Id: back_anydbm.py,v 1.79 2002-09-15 23:06:20 richard Exp $
18+ #$Id: back_anydbm.py,v 1.80 2002-09-17 23:59:59 richard Exp $
1919'''
2020This module defines a backend that saves the hyperdatabase in a database
2121chosen by anydbm. It is guaranteed to always be available in python
@@ -1877,8 +1877,7 @@ def getprops(self, protected=1):
18771877 modified.
18781878 '''
18791879 d = Class .getprops (self , protected = protected ).copy ()
1880- if protected :
1881- d ['content' ] = hyperdb .String ()
1880+ d ['content' ] = hyperdb .String ()
18821881 return d
18831882
18841883 def index (self , nodeid ):
You can’t perform that action at this time.
0 commit comments