From f5fadd9c12f787468520afebdb47fa6cb491b055 Mon Sep 17 00:00:00 2001 From: Julien Louis Date: Thu, 3 May 2007 17:02:05 +0000 Subject: [PATCH] Remove uneeded calls to the python interpreter. Scripts are executed by an embedded interpreter. --- scripts/python/catapult.py | 2 -- scripts/python/theme.py | 1 - scripts/python/tinyurl.py | 1 - 3 files changed, 4 deletions(-) diff --git a/scripts/python/catapult.py b/scripts/python/catapult.py index 23534a03c..011cba339 100644 --- a/scripts/python/catapult.py +++ b/scripts/python/catapult.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Catapult v0.2 - less ordinary abuse generator # Copyright (C) 2007 Pavel Shevchuk diff --git a/scripts/python/theme.py b/scripts/python/theme.py index 42353f390..146350d50 100644 --- a/scripts/python/theme.py +++ b/scripts/python/theme.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ Theme manager for WeeChat. It loads configuration parameters from file diff --git a/scripts/python/tinyurl.py b/scripts/python/tinyurl.py index 878630722..c0816b45b 100644 --- a/scripts/python/tinyurl.py +++ b/scripts/python/tinyurl.py @@ -1,4 +1,3 @@ -#!/bin/env python # # TinyUrl, version 3.3, for weechat version 0.1.9 #