#!/usr/bin/python # vim:fileencoding=utf-8 # (c) 2011 Michał Górny # Released under the terms of the 2-clause BSD license. import sys from pmstestsuite.cli import PMSTestSuiteCLI if __name__ == '__main__': cli = PMSTestSuiteCLI() sys.exit(cli.main(sys.argv))