diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-10-01 15:30:48 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-10-01 15:30:48 +0000 |
commit | 91a79859f5c785b09e1215cebcdc194d3fa3cb41 (patch) | |
tree | f457bc331813edc5bae1625a9631e0df04c29632 /src | |
parent | Restore full range of possible atoms that can be given to emerge by doing (diff) | |
download | portage-idfetch-91a79859f5c785b09e1215cebcdc194d3fa3cb41.tar.gz portage-idfetch-91a79859f5c785b09e1215cebcdc194d3fa3cb41.tar.bz2 portage-idfetch-91a79859f5c785b09e1215cebcdc194d3fa3cb41.zip |
Remove the specific dependency on python-2.2.
svn path=/main/branches/2.0/; revision=2069
Diffstat (limited to 'src')
-rwxr-xr-x | src/python-missingos/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python-missingos/setup.py b/src/python-missingos/setup.py index b12b8619..807eb01c 100755 --- a/src/python-missingos/setup.py +++ b/src/python-missingos/setup.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python2.2 +#!/usr/bin/python # $Id: /var/cvsroot/gentoo-src/portage/src/python-missingos/setup.py,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $ from os import chdir, stat |