#!/usr/bin/env python
import sys
sys.path.insert(0, '/usr/share/jhbuild')

import jhbuild.main
jhbuild.main.main(sys.argv[1:])
