From 72e26a51373955e9fe2c63312a5335f447c69fb2 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 30 Oct 2006 10:25:52 +0000 Subject: [PATCH] noone does ./gajim.py anymore. so remove forcing call to python -OOt via shell --- src/gajim.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gajim.py b/src/gajim.py index b5482f426..711609cd9 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1,7 +1,4 @@ -#!/bin/sh -''':' -exec python -OOt "$0" ${1+"$@"} -' ''' +#!/usr/bin/env python ## gajim.py ## ##