#!/usr/bin/python
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

import sys
from gentoolkit.eshowkw import main as emain


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