This commit is contained in:
Kovid Goyal 2009-12-24 12:43:47 -07:00
parent 6ae6e2ffed
commit 418e392878

View File

@ -20,7 +20,7 @@ NS = 'http://calibre-ebook.com/recipe_collection'
E = ElementMaker(namespace=NS, nsmap={None:NS})
def iterate_over_builtin_recipe_files():
exclude = ['craigslist', 'iht', 'le_temps', 'outlook_india', 'toronto_sun']
exclude = ['craigslist', 'iht', 'outlook_india', 'toronto_sun']
d = os.path.dirname
base = os.path.join(d(d(d(d(d(d(os.path.abspath(__file__))))))), 'resources', 'recipes')
for x in os.walk(base):