From 93128ab03fe15e2667dfe805dd7c0080a738731d Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 28 May 2011 10:23:10 -0400 Subject: [PATCH] Store: Change ebookshop to use get_details. --- src/calibre/gui2/store/ebookshoppe_uk_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/ebookshoppe_uk_plugin.py b/src/calibre/gui2/store/ebookshoppe_uk_plugin.py index 4ba2a1b5fd..b45b0e99d5 100644 --- a/src/calibre/gui2/store/ebookshoppe_uk_plugin.py +++ b/src/calibre/gui2/store/ebookshoppe_uk_plugin.py @@ -73,7 +73,7 @@ class EBookShoppeUKStore(BasicStoreConfig, StorePlugin): yield s - def my_get_details(self, search_result, timeout): + def get_details(self, search_result, timeout): br = browser() with closing(br.open(search_result.detail_item, timeout=timeout)) as nf: idata = html.fromstring(nf.read())