blob: f7fa66d939451c631508a0c16af0f212c8c527e2 [file] [log] [blame]
peusterm94f53ae2016-01-15 12:32:53 +01001import runner
2import os
3
4
5if __name__ == '__main__':
6 thisdir = os.path.dirname( os.path.realpath( __file__ ) )
7 runner.main(thisdir)