rust-cpython: moved generic conversion fn out of ancestors module
This will allow to use it easily from other submodules
Differential Revision: https://phab.mercurial-scm.org/D5578
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)