regression wrt py.error importing
RonnyPfannschmidt opened this issue · 1 comments
RonnyPfannschmidt commented
i installed py==1.5.2
i face
In [3]: import py
In [4]: from py.error import ENOENT
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-4-4afc4ee810b2> in <module>()
----> 1 from py.error import ENOENT
ImportError: No module named error
In [5]: py.error
Out[5]: <module 'py.error' (built-in)>
In [6]: from py.error import ENOENT
In [7]:
RonnyPfannschmidt commented