Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_chat.py @ 379:1da3c379205b
fixed shebangs
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 29 Jan 2020 10:04:35 +0100 |
parents | 4d660b252487 |
children | d61bbbac4160 |
comparison
equal
deleted
inserted
replaced
378:4d660b252487 | 379:1da3c379205b |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/env python3 |
2 | 2 |
3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client | 3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client |
4 # Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org) | 4 # Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org) |
5 | 5 |
6 # This program is free software: you can redistribute it and/or modify | 6 # This program is free software: you can redistribute it and/or modify |