Use quote/unquote from six module for py3
Change-Id: I42cff32fbf3febd6dd6a7171b9214f93b4414f9a
This commit is contained in:
		| @@ -29,7 +29,7 @@ from os.path import dirname, getmtime, getsize, isdir, join, \ | |||||||
| from random import shuffle | from random import shuffle | ||||||
| from sys import argv as sys_argv, exit, stderr, stdout | from sys import argv as sys_argv, exit, stderr, stdout | ||||||
| from time import sleep, time, gmtime, strftime | from time import sleep, time, gmtime, strftime | ||||||
| from urllib import quote, unquote | from six.moves.urllib.parse import quote, unquote | ||||||
|  |  | ||||||
| try: | try: | ||||||
|     import simplejson as json |     import simplejson as json | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Chmouel Boudjnah
					Chmouel Boudjnah