[gnome-applets] invest-applet: use /usr/bin/python instead of /usr/bin/env python



commit b3aa1382c80f0ccc62a6ffe98577f95a2c2aea31
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Jan 28 22:17:59 2013 -0500

    invest-applet: use /usr/bin/python instead of /usr/bin/env python
    
    In accordance with Debian & Fedora policy
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692764

 invest-applet/invest/chart.py         |    2 +-
 invest-applet/invest/invest-applet.py |    2 +-
 invest-applet/invest/invest-chart     |    2 +-
 invest-applet/invest/test.py          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/invest-applet/invest/chart.py b/invest-applet/invest/chart.py
index 9412207..b76128c 100644
--- a/invest-applet/invest/chart.py
+++ b/invest-applet/invest/chart.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 
 from gi.repository import GObject, Gtk, Gdk, GdkPixbuf, Gio
 import os
diff --git a/invest-applet/invest/invest-applet.py b/invest-applet/invest/invest-applet.py
index 9106c27..a77c2ef 100755
--- a/invest-applet/invest/invest-applet.py
+++ b/invest-applet/invest/invest-applet.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 
 from gi.repository import GObject, Gtk, PanelApplet
 import getopt, sys
diff --git a/invest-applet/invest/invest-chart b/invest-applet/invest/invest-chart
index b0f633b..bb17bc8 100755
--- a/invest-applet/invest/invest-chart
+++ b/invest-applet/invest/invest-chart
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 
 import sys, invest.chart, gtk
 
diff --git a/invest-applet/invest/test.py b/invest-applet/invest/test.py
index aea5f5f..6674c4c 100755
--- a/invest-applet/invest/test.py
+++ b/invest-applet/invest/test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 
 import unittest
 from os.path import *


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