blob: e987cced861344dbaf82ad1fa2d0c7abdc39f298 (
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:]))
|