From 8f931ddb2f2844a5d6dd835bcaa30e184d922383 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Wed, 9 Mar 2011 08:23:15 +0000 Subject: [PATCH] ... --- src/calibre/library/caches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/caches.py b/src/calibre/library/caches.py index 7fa26bd9e9..c77b03c112 100644 --- a/src/calibre/library/caches.py +++ b/src/calibre/library/caches.py @@ -144,7 +144,7 @@ def _match(query, value, matchkind): pass return False -def force_to_bool(self, val): +def force_to_bool(val): if isinstance(val, (str, unicode)): try: val = icu_lower(val)