[pypy-dev] src/pypy/translator/test and src/pypy/tool/test
Laura Creighton
lac at strakt.com
Mon Jul 5 23:33:52 MEST 2004
These tests are failing because they are looking for std/path
i.e.
Traceback (most recent call last):
File "test_sourcegen.py", line 4, in ?
from pypy.tool.udir import udir
File "/home/lac/src/pypy/trunk/src/pypy/tool/udir.py", line 3, in ?
from std.path import local
ImportError: No module named std.path
what should they be saying instead?
Laura
More information about the pypy-dev
mailing list