diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2012-12-09 07:12:52 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2012-12-09 07:12:52 -0800 |
commit | da3a9f2f7087f36d3119b5f6a2eb66b7b6a31bf7 (patch) | |
tree | 1829518aef8e4ba6a6a8db35766d41ce16d6ab14 /bin | |
parent | doh!, forgot to rename the file before the first commit. (diff) | |
download | gentoo-keys-da3a9f2f7087f36d3119b5f6a2eb66b7b6a31bf7.tar.gz gentoo-keys-da3a9f2f7087f36d3119b5f6a2eb66b7b6a31bf7.tar.bz2 gentoo-keys-da3a9f2f7087f36d3119b5f6a2eb66b7b6a31bf7.zip |
rename to gkeys namespace, '-' in names is not allowed.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/gkeys | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ except KeyboardInterrupt: sys.exit(1) -from gentoo-keys.cli import Main +from gkeys.cli import Main root = None try: |