aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2014-12-10 16:24:08 +0100
committerPetter Reinholdtsen <pere@hungry.com>2014-12-10 16:24:08 +0100
commit5ed5a0bd4551c8c853ad631cd094311f86136a28 (patch)
tree39f13373ae732f124fdc2e1265b33cbd1a5b5736
parent94319c7f71365deba339e23c936abef236641be1 (diff)
Make sure unicode string is used for non-ascii strings.
-rw-r--r--scrapersources/postliste-nih2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrapersources/postliste-nih b/scrapersources/postliste-nih
index d1b4c9c..294fc4b 100644
--- a/scrapersources/postliste-nih
+++ b/scrapersources/postliste-nih
@@ -27,7 +27,7 @@ scraperwiki.scrape("http://www.nih.no/om-nih/aktuelt/offentlig-postjournal/")
lazycache=scraperwiki.swimport('lazycache')
postlistelib=scraperwiki.swimport('postliste-python-lib')
-agency = 'Norges idrettshøgskole'
+agency = u'Norges idrettshøgskole'
def report_errors(errors):
if 0 < len(errors):