From da3a9f2f7087f36d3119b5f6a2eb66b7b6a31bf7 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sun, 9 Dec 2012 07:12:52 -0800 Subject: [PATCH] rename to gkeys namespace, '-' in names is not allowed. --- bin/gkeys | 2 +- gkeys/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/gkeys b/bin/gkeys index 874d2c7..86f0dd4 100644 --- a/bin/gkeys +++ b/bin/gkeys @@ -39,7 +39,7 @@ except KeyboardInterrupt: sys.exit(1) -from gentoo-keys.cli import Main +from gkeys.cli import Main root = None try: diff --git a/gkeys/cli.py b/gkeys/cli.py index 4da662c..133cc1b 100644 --- a/gkeys/cli.py +++ b/gkeys/cli.py @@ -10,7 +10,7 @@ @license: GNU GPL2, see COPYING for details. """ -from gentookeys.log import logger +from gkeys.log import logger class Main(object): '''Main command line interface class''' -- 2.26.2