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