From 0632eb10e87559ecfa67305b755b065389489243 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 3 Sep 2008 17:55:53 +0000 Subject: python 2.5.2 ship shlex in python-shell --- contrib/python/generate-manifest-2.5.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/python') 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.*") -- cgit v1.2.3