]> jfr.im git - irc/weechat/scripts.git/commitdiff
Remove uneeded calls to the python interpreter. Scripts are executed by an
authorptitlouis <ptitlouis>
Thu, 3 May 2007 17:02:05 +0000 (17:02 +0000)
committerptitlouis <ptitlouis>
Thu, 3 May 2007 17:02:05 +0000 (17:02 +0000)
    embedded interpreter.

python/catapult.py
python/theme.py
python/tinyurl.py

index 23534a03cd84c8d03e7ece0b7c8b0466b24b6278..011cba3396281f4d996612be8da68e2e746c9087 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #   Catapult v0.2 - less ordinary abuse generator
 #   Copyright (C) 2007  Pavel Shevchuk <stlwrt@gmail.com>
 
index 42353f390d790934e0743f4dc93826698b58bed2..146350d50b527c14b78fd9aae1763dbbe47e61ce 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
 Theme manager for WeeChat. 
 It loads configuration parameters from file 
index 878630722710a0c155d6c405d945c64ef79269a3..c0816b45b39e48bae334280c04977e90052d890e 100644 (file)
@@ -1,4 +1,3 @@
-#!/bin/env python
 #
 # TinyUrl, version 3.3, for weechat version 0.1.9
 #