diff options
| author | scarabeus <scarabeus@gentoo.org> | 2010-10-28 20:27:47 +0000 |
|---|---|---|
| committer | scarabeus <scarabeus@gentoo.org> | 2010-10-28 20:27:47 +0000 |
| commit | dcabf69457cc27fb9d84f70809f0833395e42a79 (patch) | |
| tree | af849dbbee02abacc2dff430fc8b49603585874d | |
| parent | 52561f92a3bdd80846d7be8f33406726cd351adf (diff) | |
| download | gentoolkit-dcabf69457cc27fb9d84f70809f0833395e42a79.tar.gz | |
Fix broken include.
svn path=/trunk/gentoolkit/; revision=834
| -rw-r--r-- | bin/eshowkw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/eshowkw b/bin/eshowkw index 7ac5fa0..df287a5 100644 --- 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) |
