From c223ff7dbe653fd0f4c8b0d04ff446343df7dc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Tue, 5 Jul 2005 18:29:07 +0000 Subject: [PATCH] --- cat-db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cat-db.py b/cat-db.py index e6941dd8..ac4925b7 100755 --- a/cat-db.py +++ b/cat-db.py @@ -7,7 +7,6 @@ import bsddb.dbshelve as shelve d = shelve.open( sys.argv[1] ) -#print 'list serial time, db size ', len(d) for (k, data) in d.iteritems(): print k, data