15
15
# You should have received a copy of the GNU General Public License
16
16
# along with this program; if not, write to the Free Software
17
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24
22
version_info = sys.version_info
26
24
version_info = 1, 5 # 1.5 or older
32
30
if version_info < NEED_VERS:
33
31
if not os.environ.has_key(REINVOKE):
34
32
# mutating os.environ doesn't work in old Pythons
38
36
os.execvp(python, [python] + sys.argv)