Remove use of deprecated function
cgi.parse_qs() is deprecated in python 2.6 and substituted by urlparse.parse_qs(). This patch modifies the code to use the new function. Signed-off-by:Michele Tartara <mtartara@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
Please register or sign in to comment