diff options
author | cedricbonhomme <devnull@localhost> | 2010-09-19 20:24:01 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-09-19 20:24:01 +0200 |
commit | 0b192ff2792f25012725feeefc0fa71f979fa486 (patch) | |
tree | 1717d818573a323ffb3b781e5c88eed01cb03aa8 | |
parent | Unescape HTML entities. (diff) | |
download | newspipe-0b192ff2792f25012725feeefc0fa71f979fa486.tar.gz newspipe-0b192ff2792f25012725feeefc0fa71f979fa486.tar.bz2 newspipe-0b192ff2792f25012725feeefc0fa71f979fa486.zip |
Removed useless comment.
-rwxr-xr-x | pyAggr3g470r.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index f4964947..85605b88 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -410,7 +410,6 @@ class Root: html += "<br /><br />" description = article[4] if description: - #html += utils.unescape(description).encode('utf-8') html += description.encode('utf-8') else: html += "No description available." |