commit | 73c33455bea758964402839257ac10f4b88445be | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <masayuki@igawa.io> | Mon Jun 19 12:08:58 2017 +0900 |
committer | Ken'ichi Ohmichi <ken1ohmichi@gmail.com> | Tue Jun 27 20:41:37 2017 +0000 |
tree | 09e1a624f9a9527a1d3f84704cc0895a36219e93 | |
parent | 5bf47220a06e1f18a6ed1cee7592e3940c03f8a8 [diff] |
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