diff options
| author | scarabeus <scarabeus@gentoo.org> | 2010-10-28 20:25:58 +0000 |
|---|---|---|
| committer | scarabeus <scarabeus@gentoo.org> | 2010-10-28 20:25:58 +0000 |
| commit | 52561f92a3bdd80846d7be8f33406726cd351adf (patch) | |
| tree | 531454f8783bdbd962eccba5973c6521a7d82b53 | |
| parent | ce701fa4977050ad056bad828abf3d369b8c6913 (diff) | |
| download | gentoolkit-52561f92a3bdd80846d7be8f33406726cd351adf.tar.gz | |
Fix typo
svn path=/trunk/gentoolkit/; revision=833
| -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/glsa-check', 'pym/gentoolkit/eclean/cli.py', 'pym/gentoolkit/analyse/__init__.py', - 'pym/gentoolkit/equery/__init__.py' + 'pym/gentoolkit/equery/__init__.py', 'pym/gentoolkit/eshowkw/__init__.py' )] |
