In Python 3, urllib2 has been folded into urllib. https://docs.python.org/2/library/urllib2.html It's used in one file: pandokia/helpers/web.py The six module (six.moves.urllib) provides compatibility for py2 and py3