diff options
| author | scarabeus <scarabeus@gentoo.org> | 2010-10-28 20:13:51 +0000 |
|---|---|---|
| committer | scarabeus <scarabeus@gentoo.org> | 2010-10-28 20:13:51 +0000 |
| commit | 4a91692e01bb6d2330f058fd2a31384c6c57bda0 (patch) | |
| tree | 7f635e2ec9feba50c7ec6da07881120799d513e7 /bin | |
| parent | 0f72b11914633c11db6e04538835ed70dbd03a6f (diff) | |
| download | gentoolkit-4a91692e01bb6d2330f058fd2a31384c6c57bda0.tar.gz | |
Initial commit of eshowkw, which is drop-in replacement for eshowkw from gentoolkit-dev.
svn path=/trunk/gentoolkit/; revision=831
Diffstat (limited to 'bin')
| -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..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 |
