Skip to content

Commit

Permalink
Quickfix for #41
Browse files Browse the repository at this point in the history
  • Loading branch information
buriy committed Oct 10, 2013
1 parent 318f25c commit d8595b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readability/htmls.py
Expand Up @@ -9,6 +9,7 @@

def build_doc(page):
if isinstance(page, unicode):
enc = None
page_unicode = page
else:
enc = get_encoding(page) or 'utf-8'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name="readability-lxml",
version="0.3.0.1",
version="0.3.0.2",
author="Yuri Baburov",
author_email="burchik@gmail.com",
description="fast python port of arc90's readability tool",
Expand Down

0 comments on commit d8595b7

Please sign in to comment.