Fix no attribute 'urlopen' error in python3

This commit fixes an error: "AttributeError: module 'urllib' has no
attribute 'urlopen'" with using six library. This is an incompatible
thing between python2 and python3.

Change-Id: I62ee7ee555708a2e948e6b812d996c3bb93cd6e8
1 file changed