diff options
| author | Paul Varner <fuzzyray@gentoo.org> | 2011-05-11 21:55:15 -0500 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2011-05-11 21:55:15 -0500 |
| commit | a98e28073a6a533eeb094bae1fc20a3ffe1911ee (patch) | |
| tree | 807f2aaacb12872a9c265f676b1d58d54ed185db /setup.py | |
| parent | 923f15361bc2ce6f015012e840c5a9e41717abf0 (diff) | |
| download | gentoolkit-a98e28073a6a533eeb094bae1fc20a3ffe1911ee.tar.gz | |
Update setup.py for namespace change of analyse to enalyze
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ python_scripts = [os.path.join(cwd, path) for path in ( 'bin/epkginfo', 'bin/glsa-check', 'pym/gentoolkit/eclean/cli.py', - 'pym/gentoolkit/analyse/__init__.py', + 'pym/gentoolkit/enalyze/__init__.py', 'pym/gentoolkit/equery/__init__.py', 'pym/gentoolkit/eshowkw/__init__.py' )] |
