blob: e3850a7cf8a787e1bf9b8482d797581353b0eddc [file] [log] [blame]
Matthias Braun32989732017-11-07 03:18:31 +00001#!/usr/bin/env python
2import sys
3import os.path
4sys.path = ['%s/..' % os.path.dirname(os.path.realpath(__file__))] + sys.path
5import tasktool.task
6tasktool.task.main()