summaryrefslogtreecommitdiff
path: root/bin/eshowkw
diff options
context:
space:
mode:
Diffstat (limited to 'bin/eshowkw')
-rw-r--r--bin/eshowkw9
1 files changed, 9 insertions, 0 deletions
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