diff options
| author | Paul Varner <fuzzyray@gentoo.org> | 2010-12-28 18:30:14 -0600 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2010-12-28 18:30:14 -0600 |
| commit | 879cf3ce1f3041854c9dc886b59ac7e136ae9b9b (patch) | |
| tree | 7faa716b853d76a4c430d7b43024d82222d329e7 /bin/eshowkw | |
| parent | 258a81471b4106f12bafee2e5c0a5458e2db2280 (diff) | |
| parent | a9ac560d5f3e056d14146d5033e5637bbc9f68ef (diff) | |
| download | gentoolkit-879cf3ce1f3041854c9dc886b59ac7e136ae9b9b.tar.gz | |
Merge branch 'gentoolkit' into euse
Conflicts:
bin/euse
Diffstat (limited to 'bin/eshowkw')
| -rw-r--r-- | bin/eshowkw | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/eshowkw b/bin/eshowkw new file mode 100644 index 0000000..e987cce --- /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 gentoolkit.eshowkw import main as emain + +sys.exit(emain(sys.argv[1:]))
\ No newline at end of file |
