]> jfr.im git - irc/weechat/qweechat.git/commitdiff
Remove python shebangs
authorSébastien Helleu <redacted>
Thu, 10 Jul 2014 05:46:30 +0000 (07:46 +0200)
committerSébastien Helleu <redacted>
Thu, 10 Jul 2014 05:46:30 +0000 (07:46 +0200)
qweechat/about.py
qweechat/buffer.py
qweechat/chat.py
qweechat/config.py
qweechat/connection.py
qweechat/debug.py
qweechat/input.py
qweechat/network.py
qweechat/qt_compat.py
qweechat/weechat/color.py
qweechat/weechat/protocol.py

index 96479a4a1e6e82dd5f8251373b77841f6d2c828f..aae0b04ae231e980e0e41192eefb59e8e2635c70 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # about.py - about dialog box
index d4a7ef352af09a11e05aaf37d0b57b452a3b9f68..8c5398a4c4095d464137179d1b31578eff7e1186 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # buffer.py - management of WeeChat buffers/nicklist
index 5b4be597b925d4ea776265a1a3a4c3ee093db76a..0c5ee9819fd433355c7986b5abff7e7f82376b80 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # chat.py - chat area
index b56e2839ebc28ca05be8eb63b6dc27d319a0d192..ae7585d0648d0bdfcbf374872c4dee738be81c65 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf)
index 739758ad6fe34f47d8f180862c12a47bde7aa393..24a5ab12f897a31192c536c04021d344a1e221ad 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # connection.py - connection window
index 020f6d032cb8824fe9c68e7ebcb38badea10661e..b87633ca8d62b16674e5d6df3e296ef66552ad18 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # debug.py - debug window
index 373ee77c159d6b852fa4b94ab0b25924c742c582..357f5d7ad5370c532e35de7539b78e54bfe7e55d 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # input.py - input line for chat and debug window
index 5d891414ddcaf332f13519a4edb5ee410b2aa7e9..78bb0ce6e2970d170ac4a9b33ea643c03e0a153b 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # network.py - I/O with WeeChat/relay
index 9b96a319cd2f111511d738afc49fd7b920ab1faf..89402883b0464bb1d45b5ef3c36d5784b549dfe7 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# -*- coding: utf-8 -*-
 #
 # File downloaded from:
 #   https://github.com/epage/PythonUtils/blob/master/util/qt_compat.py
index 924c0cec0a0c05b2a0c16adedb9ba4897901ec16..1fb72be79fbf00d46b6f5bf96719f04dc7307e5d 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # color.py - remove/replace colors in WeeChat strings
index 19d0e13111b9a1cd45994300935309ebecc98a90..71fabd1daa43aacd671bc164abd5e1ba1a86fb7e 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # protocol.py - decode binary messages received from WeeChat/relay