[pypy-dev] importing modules from pypy/lib
Armin Rigo
arigo at tunes.org
Wed May 4 23:04:12 CEST 2005
Hi Holger,
On Wed, May 04, 2005 at 10:27:48PM +0200, holger krekel wrote:
> (...) Armin, i see you have done some hack
> in pypy/lib/test2/support.py to import modules from
> pypy/lib. Is this still warranted?
No, you're right. We could 'import pypy.lib.imp' and avoid the problem that
'import imp' always get the built-in module and never imp.py in CPython.
Armin
More information about the pypy-dev
mailing list