Files
pytest-xdist/xdist/__init__.py
Ronny Pfannschmidt 8630c27c75 flake8 fixes
2015-08-18 08:45:18 +02:00

3 lines
76 B
Python

__all__ = ['__version__']
from xdist._version import version as __version__