--- ECHO_content/ECHO_helpers.py 2012/08/27 09:45:33 1.103.2.5 +++ ECHO_content/ECHO_helpers.py 2012/08/29 07:53:31 1.103.2.6 @@ -34,7 +34,7 @@ def normalizeCt(str): #str= str.replace(" ","_") return str.replace("-"," ").lower() -#decode and compress for xmlrpc communication with OSAS_server +#decode and compress for xmlrpc communication def encodeRPC(string): return base64.encodestring(bz2.compress(string))