Skip to content
Snippets Groups Projects
Commit 8b36cd49 authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

Remove python shebangs

parent ee573642
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# about.py - about dialog box
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# buffer.py - management of WeeChat buffers/nicklist
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# chat.py - chat area
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf)
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# connection.py - connection window
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# debug.py - debug window
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# input.py - input line for chat and debug window
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# network.py - I/O with WeeChat/relay
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# File downloaded from:
# https://github.com/epage/PythonUtils/blob/master/util/qt_compat.py
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# color.py - remove/replace colors in WeeChat strings
Loading
Loading
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# protocol.py - decode binary messages received from WeeChat/relay
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment