From c1961c902cd05d0cd4d52f0d9c00eb155aaa5338 Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 12 May 2012 13:53:11 -0400 Subject: [PATCH] ... --- src/calibre/gui2/store/stores/amazon_plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/gui2/store/stores/amazon_plugin.py b/src/calibre/gui2/store/stores/amazon_plugin.py index a5912d04ba..bc1fa641bf 100644 --- a/src/calibre/gui2/store/stores/amazon_plugin.py +++ b/src/calibre/gui2/store/stores/amazon_plugin.py @@ -156,8 +156,6 @@ class AmazonKindleStore(StorePlugin): cover_xpath = './/div[@class="productImage"]//img/@src' title_xpath = './/div[@class="productTitle"]/a/text()' price_xpath = './/div[@class="newPrice"]//span//text()' - - for data in doc.xpath(data_xpath): if counter <= 0: