e987cced861344dbaf82ad1fa2d0c7abdc39f298
[gentoolkit.git] / bin / eshowkw
1 #!/usr/bin/python
2 #       vim:fileencoding=utf-8
3 # Copyright 2010 Gentoo Foundation
4 # Distributed under the terms of the GNU General Public License v2
5
6 import sys
7 from gentoolkit.eshowkw import main as emain
8
9 sys.exit(emain(sys.argv[1:]))