Remove python shebangs

This commit is contained in:
Sébastien Helleu 2014-07-10 07:46:30 +02:00
parent ee573642a4
commit 8b36cd49b1
11 changed files with 1 additions and 11 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# about.py - about dialog box # about.py - about dialog box

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# buffer.py - management of WeeChat buffers/nicklist # buffer.py - management of WeeChat buffers/nicklist

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# chat.py - chat area # chat.py - chat area

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf) # config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf)

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# connection.py - connection window # connection.py - connection window

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# debug.py - debug window # debug.py - debug window

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# input.py - input line for chat and debug window # input.py - input line for chat and debug window

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# network.py - I/O with WeeChat/relay # network.py - I/O with WeeChat/relay

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python # -*- coding: utf-8 -*-
# #
# File downloaded from: # File downloaded from:
# https://github.com/epage/PythonUtils/blob/master/util/qt_compat.py # https://github.com/epage/PythonUtils/blob/master/util/qt_compat.py

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# color.py - remove/replace colors in WeeChat strings # color.py - remove/replace colors in WeeChat strings

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# protocol.py - decode binary messages received from WeeChat/relay # protocol.py - decode binary messages received from WeeChat/relay