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
22
24
version_info = sys.version_info
24
26
version_info = 1, 5 # 1.5 or older
30
32
if version_info < NEED_VERS:
31
33
if not os.environ.has_key(REINVOKE):
32
34
# mutating os.environ doesn't work in old Pythons
36
38
os.execvp(python, [python] + sys.argv)