parsers: move PyInt aliasing out of util.h
The PyInt aliasing is only used by parsers.c. Since we don't want to
encourage the use of PyInt parsing, move the aliasing to parsers.c.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)