diff options
Diffstat (limited to 'bin/eshowkw')
| -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) |
