comparison twisted/plugins/sat_plugin.py @ 3281:a3639d6d9643

core: replaced `sat` shell script by a python script: the backend is now launched by `sat.core.launcher`, and the script is generated during installation with a new entry point in `setup.py`.
author Goffi <goffi@goffi.org>
date Mon, 25 May 2020 15:50:01 +0200
parents 559a625a236b
children 3ac28e51a24f
comparison
equal deleted inserted replaced
3280:96b9b65b4368 3281:a3639d6d9643
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 2
3 3 # SàT: an XMPP client
4 # SAT: a jabber client 4 # Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org)
5 # Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
6 5
7 # 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
8 # it under the terms of the GNU Affero General Public License as published by 7 # it under the terms of the GNU Affero General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or 8 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version. 9 # (at your option) any later version.