summaryrefslogtreecommitdiff
path: root/bin/eshowkw
diff options
context:
space:
mode:
Diffstat (limited to 'bin/eshowkw')
-rw-r--r--bin/eshowkw3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/eshowkw b/bin/eshowkw
index df287a5..a64aa96 100644
--- a/bin/eshowkw
+++ b/bin/eshowkw
@@ -3,7 +3,6 @@
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-import sys
from gentoolkit.eshowkw import main as emain
-emain(sys.argv)
+emain(args[1:])