Skip to content

Commit 572bf81

Browse files
author
Richard Jones
committed
hrm
1 parent 0e222a6 commit 572bf81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roundup/backends/back_anydbm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.146.2.5 2004-06-09 06:37:22 richard Exp $
18+
#$Id: back_anydbm.py,v 1.146.2.6 2004-06-09 06:54:24 richard Exp $
1919
'''This module defines a backend that saves the hyperdatabase in a
2020
database chosen by anydbm. It is guaranteed to always be available in python
2121
versions >2.1.1 (the dumbdbm fallback in 2.1.1 and earlier has several
@@ -2009,7 +2009,6 @@ def export_journals(self):
20092009
r = []
20102010
for nodeid in self.getnodeids():
20112011
for nodeid, date, user, action, params in self.history(nodeid):
2012-
print (nodeid, date, user, action, params)
20132012
date = date.get_tuple()
20142013
if action == 'set':
20152014
for propname, value in params.items():

0 commit comments

Comments
 (0)