blob: 0ef4dda19414c11c6959ef118b87d7b024dfe6c4 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/python
# vim:fileencoding=utf-8
# 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:]))
|