Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-07-06 16:18:33 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-07-06 16:18:33 (GMT)
commit431c956eb0746921967320fe3f9d1cfc528c09dc (patch)
tree0b444e9a37ac4cadcaf522295984f8f91bbf9322
parentea0b2c656c3dbbc916c5d6318ef2bc56b5f56287 (diff)
specifying encoding to fix #4526
-rw-r--r--BeautifulSoup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/BeautifulSoup.py b/BeautifulSoup.py
index 7278215..9a44367 100644
--- a/BeautifulSoup.py
+++ b/BeautifulSoup.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
"""Beautiful Soup
Elixir and Tonic
"The Screen-Scraper's Friend"