From 0b0123f5db8fa5582209724c299b0ca3aaa7f8e1 Mon Sep 17 00:00:00 2001 From: John Schember Date: Tue, 1 Mar 2011 19:20:24 -0500 Subject: [PATCH] Fix feedbooks search. --- src/calibre/gui2/store/feedbooks_plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/store/feedbooks_plugin.py b/src/calibre/gui2/store/feedbooks_plugin.py index 121b193806..8f6c30f5c8 100644 --- a/src/calibre/gui2/store/feedbooks_plugin.py +++ b/src/calibre/gui2/store/feedbooks_plugin.py @@ -12,6 +12,7 @@ from lxml import html from calibre import browser from calibre.gui2.store import StorePlugin from calibre.gui2.store.basic_config import BasicStoreConfig +from calibre.gui2.store.search_result import SearchResult from calibre.gui2.store.web_store_dialog import WebStoreDialog class FeedbooksStore(BasicStoreConfig, StorePlugin):