From cd81324e9aa7de9e8914cdc0847b51bcc3a3c2a2 Mon Sep 17 00:00:00 2001 From: Gerald Britton Date: Thu, 16 Dec 2010 21:03:39 +0000 Subject: [PATCH] remove obsolete code svn: r16291 --- src/gen/db/read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/db/read.py b/src/gen/db/read.py index 6536a181c..d74033b7c 100644 --- a/src/gen/db/read.py +++ b/src/gen/db/read.py @@ -862,7 +862,7 @@ class DbBsddbRead(DbReadBase, Callback): return handle_list return [] - # Old code: does the same as above, but more complicated + # Old code: does the same as above, but more complicated if self.db_is_open: if sort_handles: with self.get_person_cursor() as cursor: