#!/usr/bin/env python
import sys
from git_gerrit._log import main
sys.exit(main())
