mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 00:20:54 +07:00
10 lines
198 B
Python
10 lines
198 B
Python
"""Skeleton for py.path.
|
|
|
|
Project: py 1.4.31 <https://bitbucket.org/pytest-dev/py>
|
|
Skeleton by: Aleks Bunin <github@compuix.com>
|
|
"""
|
|
|
|
from . import path
|
|
from . import error
|
|
import py.error as error
|