diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2010-03-12 21:44:29 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2010-03-12 21:44:29 +0000 |
| commit | 1ddc073811b7b69aab22cd65990bbca8e7104bef (patch) | |
| tree | 5ca2ef92478538f44b6abc9a96a8110b559fa867 /setup.py | |
| parent | 9a693a44e2bc6b83a8e93efff3c411e767c9b328 (diff) | |
| download | gentoolkit-1ddc073811b7b69aab22cd65990bbca8e7104bef.tar.gz | |
Update to genscripts rev 382. This has more fixes for py3k and the modular rewrite of eclean.
svn path=/trunk/gentoolkit/; revision=755
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,7 @@ import distutils from distutils import core, log from glob import glob -from portage import os +import os sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'pym')) from gentoolkit.helpers import walk @@ -29,6 +29,8 @@ python_scripts = [os.path.join(cwd, path) for path in ( 'bin/eclean', 'bin/epkginfo', 'bin/glsa-check', + 'pym/gentoolkit/eclean/cli.py', + 'pym/gentoolkit/analyse/__init__.py', 'pym/gentoolkit/equery/__init__.py' )] |
