blob: 3956c67e82f5e963e50b66efec187e59531ec8ea [file] [log] [blame]
#!/usr/bin/env python
import sys
import os.path
sys.path = ['%s/..' % os.path.dirname(os.path.realpath(__file__))] + sys.path
import tasktool.build
tasktool.build.main()