summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2009-06-28 18:31:30 +0200
committerPaul W. Frields <stickster@gmail.com>2009-06-28 18:31:30 +0200
commit867da5cb30508d81f21ab1bbe29d43172e063ec4 (patch)
tree9a90e5cc9bd26236456ed1db5058a063c5898c04
parent35b9892a93e67963a1d431059b2b094817f73b4f (diff)
downloadpulsecaster-867da5cb30508d81f21ab1bbe29d43172e063ec4.tar.gz
pulsecaster-867da5cb30508d81f21ab1bbe29d43172e063ec4.tar.xz
pulsecaster-867da5cb30508d81f21ab1bbe29d43172e063ec4.zip
Make all strings unicode0.1
-rw-r--r--pulsecaster/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsecaster/config.py b/pulsecaster/config.py
index 68f6ca3..a75654c 100644
--- a/pulsecaster/config.py
+++ b/pulsecaster/config.py
@@ -32,7 +32,7 @@ URL = u'http://pfrields.fedorapeople.org' # FIXME: Project needs a
# home!
CONTRIBUTORS = [u'Harry Karvonen <harry.karvonen@gmail.com>']
-LICENSE_TEXT = '''Licensed under the GNU General Public License Version 3
+LICENSE_TEXT = u'''Licensed under the GNU General Public License Version 3
PulseCaster is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License