[ontv] Don't force use of Python 2.5



commit 7db1b7a6f99d5c364e025eacffe9badf81b02dc1
Author: Olof Kindgren <olki src gnome org>
Date:   Thu Feb 25 19:12:53 2010 +0100

    Don't force use of Python 2.5
    
    autogen is checking for a python version >=2.5, so we don't need to
    explicitly launch with 2.5.

 bin/ontv.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/ontv.in b/bin/ontv.in
index 3127beb..30295d3 100644
--- a/bin/ontv.in
+++ b/bin/ontv.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright (C) 2004-2008 Johan Svedberg <johan svedberg com>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]