diff options
| author | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
|---|---|---|
| committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
| commit | ae63a4dad7b06af132c6ba5bdb5fb98b2231525a (patch) | |
| tree | 62d8fae898721cffb503baa6c43ba795427045b9 /contrib/python | |
| parent | 309c832c2c21ceb97fd589ebce8327d0d2bba731 (diff) | |
| parent | 3c20604cd26ca8da11ac9afb669629c20355c4e4 (diff) | |
merge of '0d3b0d788fccfc1c07e0da07e8f8596c062e2ef2'
and '8a4df13bdb5d6b154edb85a4b71e38ac457670a0'
Diffstat (limited to 'contrib/python')
| -rwxr-xr-x | contrib/python/generate-manifest-2.5.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py index ee1b6753e3..2560853982 100755 --- a/contrib/python/generate-manifest-2.5.py +++ b/contrib/python/generate-manifest-2.5.py @@ -289,8 +289,8 @@ if __name__ == "__main__": m.addPackage( 0, "python-resource", "Python Resource Control Interface", "python-core", "lib-dynload/resource.so" ) - m.addPackage( 0, "python-shell", "Python Shell-Like Functionality", "python-core python-re", - "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shutil.*" ) + m.addPackage( 1, "python-shell", "Python Shell-Like Functionality", "python-core python-re", + "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" ) m.addPackage( 0, "python-robotparser", "Python robots.txt parser", "python-core python-netclient", "robotparser.*") |
