Fix broken include.
authorscarabeus <scarabeus@gentoo.org>
Thu, 28 Oct 2010 20:27:47 +0000 (20:27 -0000)
committerscarabeus <scarabeus@gentoo.org>
Thu, 28 Oct 2010 20:27:47 +0000 (20:27 -0000)
svn path=/trunk/gentoolkit/; revision=834

bin/eshowkw

index 7ac5fa0914d1c4c0f2fc88a7d5fa970fae36aead..df287a5f63493ffef04450b574dfbfb3f8ec4dc1 100644 (file)
@@ -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)