[Blends-commit] [SCM] website branch, master, updated. 1a6a0802f6b9464b986cbe20c0fb5b99c8727eb3
Andreas Tille
tille at debian.org
Wed Dec 30 20:26:08 UTC 2015
The following commit has been merged in the master branch:
commit 1a6a0802f6b9464b986cbe20c0fb5b99c8727eb3
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 30 21:25:49 2015 +0100
Remove outdated comment
diff --git a/webtools/blendsunicode.py b/webtools/blendsunicode.py
index 10b7cc7..f6e5a74 100644
--- a/webtools/blendsunicode.py
+++ b/webtools/blendsunicode.py
@@ -21,12 +21,3 @@ def to_unicode(value, encoding='utf-8'):
else:
return unicode(value)
-# from types import *
-#def my_unicode(str):
-# if type(str) is StringType:
-# return unicode(str, 'utf-8')
-# elif type(str) is UnicodeType:
-# return str
-# else:
-# print >>stderr, "Unknown type of string:", type(str), "\n", str
-# return '???'
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list