#!./python3
if __name__ == '__main__':
    import sys
    from IPython.testing.iptestcontroller import main

    sys.exit(main())
