fix indentation

This commit is contained in:
Tomasz Długosz 2013-03-05 00:06:55 +01:00
parent e0aac8018f
commit 37c9111b36
3 changed files with 17 additions and 21 deletions

View File

@ -99,4 +99,3 @@ class gw_krakow(BasicNewsRecipe):
if soup.find(id='container_gal'):
self.gallery_article(soup.body)
return soup

View File

@ -96,4 +96,3 @@ class gw_wawa(BasicNewsRecipe):
if soup.find(id='container_gal'):
self.gallery_article(soup.body)
return soup

View File

@ -100,5 +100,3 @@ class GazetaPomorska(BasicNewsRecipe):
extra_css = '''h1 { font-size: 1.4em; }
h2 { font-size: 1.0em; }'''