#! /usr/bin/env python

if __name__ == '__main__':
    import tool.autopath
    import py
    py.cmdline.pytest()
