Fix arg parsing everywhere for eshowkw.
[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 from gentoolkit.eshowkw import main as emain
7
8 emain(args[1:])