pylint-bot / test

0 stars 0 forks source link

import-error for some of the six.moves imports #174

Open pylint-bot opened 8 years ago

pylint-bot commented 8 years ago

Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?)


We're missing a couple of six.moves imports, especially the ones which have submodules, as is the case of urllib.request.

#!python

from six.moves.urllib import request