#!/usr/local/bin/python2.7

import sys

from doit.doit_cmd import DoitMain

if __name__ == "__main__":
    sys.exit(DoitMain().run(sys.argv[1:]))
