From 4a91692e01bb6d2330f058fd2a31384c6c57bda0 Mon Sep 17 00:00:00 2001 From: scarabeus Date: Thu, 28 Oct 2010 20:13:51 +0000 Subject: Initial commit of eshowkw, which is drop-in replacement for eshowkw from gentoolkit-dev. svn path=/trunk/gentoolkit/; revision=831 --- bin/eshowkw | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bin/eshowkw (limited to 'bin') diff --git a/bin/eshowkw b/bin/eshowkw new file mode 100644 index 0000000..7ac5fa0 --- /dev/null +++ b/bin/eshowkw @@ -0,0 +1,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 eshowkw import main as emain + +emain(sys.argv) \ No newline at end of file -- cgit v1.2.3