aboutsummaryrefslogtreecommitdiff
blob: d32ba6c3578c9c16535046a6e01888e778660447 (plain)
1
2
3
4
5
6
7
8
#!/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

sys.exit(emain(sys.argv[1:]))