#!/usr/bin/python
import sys
from osgbuild import importer
sys.exit(importer.main(sys.argv))
