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 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
