Merge "Use quote/unquote from six module for py3"

This commit is contained in:
Jenkins 2014-04-23 16:57:23 +00:00 committed by Gerrit Code Review
commit fb2058f52b

@ -29,7 +29,7 @@ from os.path import dirname, getmtime, getsize, isdir, join, \
from random import shuffle
from sys import argv as sys_argv, exit, stderr, stdout
from time import sleep, time, gmtime, strftime
from urllib import quote, unquote
from six.moves.urllib.parse import quote, unquote
try:
import simplejson as json