--- a/Utilities/__init__.py Sat Dec 14 22:56:13 2013 +0100 +++ b/Utilities/__init__.py Sat Dec 14 23:05:59 2013 +0100 @@ -16,8 +16,8 @@ """ Replacement for the urllib.quote function because of unicode problems. - @param url text to quote - @return quoted url + @param url text to quote (string) + @return quoted url (string) """ return urllib.quote(url.encode('utf-8')) except (NameError):