Use quote/unquote from six module for py3

Change-Id: I42cff32fbf3febd6dd6a7171b9214f93b4414f9a
This commit is contained in:
Chmouel Boudjnah 2014-04-14 10:59:26 -04:00
parent fa20e7f685
commit 8830c81db7

@ -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