From b04801ff514aa227d7d411851982f46f978caffb Mon Sep 17 00:00:00 2001
From: Sayamindu Dasgupta <sayamindu@gmail.com>
Date: Tue, 19 Jan 2010 17:43:28 +0530
Subject: [PATCH] Specify encoding for BeautifulSoup file
---
infoslicer/processing/BeautifulSoup.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/infoslicer/processing/BeautifulSoup.py b/infoslicer/processing/BeautifulSoup.py
index b2a78e3..666a210 100644
a
|
b
|
|
| 1 | # coding: UTF-8 |
1 | 2 | """Beautiful Soup |
2 | 3 | Elixir and Tonic |
3 | 4 | "The Screen-Scraper's Friend" |