projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52561f9
)
Fix broken include.
author
scarabeus
<scarabeus@gentoo.org>
Thu, 28 Oct 2010 20:27:47 +0000
(20:27 -0000)
committer
scarabeus
<scarabeus@gentoo.org>
Thu, 28 Oct 2010 20:27:47 +0000
(20:27 -0000)
svn path=/trunk/gentoolkit/; revision=834
bin/eshowkw
patch
|
blob
|
history
diff --git
a/bin/eshowkw
b/bin/eshowkw
index 7ac5fa0914d1c4c0f2fc88a7d5fa970fae36aead..df287a5f63493ffef04450b574dfbfb3f8ec4dc1 100644
(file)
--- a/
bin/eshowkw
+++ b/
bin/eshowkw
@@
-4,6
+4,6
@@
# Distributed under the terms of the GNU General Public License v2
import sys
-from eshowkw import main as emain
+from
gentoolkit.
eshowkw import main as emain
-emain(sys.argv)
\ No newline at end of file
+emain(sys.argv)