diff options
author | Julien Louis <ptitlouis@sysif.net> | 2007-05-03 17:02:05 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2007-05-03 17:02:05 +0000 |
commit | f5fadd9c12f787468520afebdb47fa6cb491b055 (patch) | |
tree | 29e8e214628016dd110cb793a33c42150596a086 | |
parent | 0abe6f03229d0815ff0778458f9032ad744a39aa (diff) | |
download | weechat-f5fadd9c12f787468520afebdb47fa6cb491b055.zip |
Remove uneeded calls to the python interpreter.
Scripts are executed by an embedded interpreter.
-rw-r--r-- | scripts/python/catapult.py | 2 | ||||
-rw-r--r-- | scripts/python/theme.py | 1 | ||||
-rw-r--r-- | scripts/python/tinyurl.py | 1 |
3 files changed, 0 insertions, 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 <stlwrt@gmail.com> 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 # |