From: Sébastien Helleu Date: Thu, 10 Jul 2014 05:46:30 +0000 (+0200) Subject: Remove python shebangs X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/commitdiff_plain/8b36cd49b14e56cb5606ba26c15f18e3e618f066 Remove python shebangs --- diff --git a/qweechat/about.py b/qweechat/about.py index 96479a4..aae0b04 100644 --- a/qweechat/about.py +++ b/qweechat/about.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # about.py - about dialog box diff --git a/qweechat/buffer.py b/qweechat/buffer.py index d4a7ef3..8c5398a 100644 --- a/qweechat/buffer.py +++ b/qweechat/buffer.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # buffer.py - management of WeeChat buffers/nicklist diff --git a/qweechat/chat.py b/qweechat/chat.py index 5b4be59..0c5ee98 100644 --- a/qweechat/chat.py +++ b/qweechat/chat.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # chat.py - chat area diff --git a/qweechat/config.py b/qweechat/config.py index b56e283..ae7585d 100644 --- a/qweechat/config.py +++ b/qweechat/config.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf) diff --git a/qweechat/connection.py b/qweechat/connection.py index 739758a..24a5ab1 100644 --- a/qweechat/connection.py +++ b/qweechat/connection.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # connection.py - connection window diff --git a/qweechat/debug.py b/qweechat/debug.py index 020f6d0..b87633c 100644 --- a/qweechat/debug.py +++ b/qweechat/debug.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # debug.py - debug window diff --git a/qweechat/input.py b/qweechat/input.py index 373ee77..357f5d7 100644 --- a/qweechat/input.py +++ b/qweechat/input.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # input.py - input line for chat and debug window diff --git a/qweechat/network.py b/qweechat/network.py index 5d89141..78bb0ce 100644 --- a/qweechat/network.py +++ b/qweechat/network.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # network.py - I/O with WeeChat/relay diff --git a/qweechat/qt_compat.py b/qweechat/qt_compat.py index 9b96a31..8940288 100644 --- a/qweechat/qt_compat.py +++ b/qweechat/qt_compat.py @@ -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 diff --git a/qweechat/weechat/color.py b/qweechat/weechat/color.py index 924c0ce..1fb72be 100644 --- a/qweechat/weechat/color.py +++ b/qweechat/weechat/color.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # color.py - remove/replace colors in WeeChat strings diff --git a/qweechat/weechat/protocol.py b/qweechat/weechat/protocol.py index 19d0e13..71fabd1 100644 --- a/qweechat/weechat/protocol.py +++ b/qweechat/weechat/protocol.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # protocol.py - decode binary messages received from WeeChat/relay