Files
pytest2/py/_cmdline/pytest.py
holger krekel 677f7c0a6a remove trailing whitespace everywhere
--HG--
branch : trunk
2010-07-26 21:15:15 +02:00

6 lines
103 B
Python
Executable File

#!/usr/bin/env python
import py
def main(args=None):
raise SystemExit(py.test.cmdline.main(args))