comparison main.py @ 493:b3cedbee561d

refactoring: rename `cagou` to `libervia.desktop_kivy` + update imports and names following backend changes
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 18:26:16 +0200
parents 7fd138c12506
children
comparison
equal deleted inserted replaced
492:5114bbb5daa3 493:b3cedbee561d
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 2
3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client 3 #Libervia Desktop-Kivy
4 # Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org) 4 # Copyright (C) 2016-2018 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
7 # 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
8 # the Free Software Foundation, either version 3 of the License, or 8 # the Free Software Foundation, either version 3 of the License, or
14 # GNU Affero General Public License for more details. 14 # GNU Affero General Public License for more details.
15 15
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 import cagou 19 import libervia.desktop_kivy
20 20
21 if __name__ == "__main__": 21 if __name__ == "__main__":
22 cagou.run() 22 libervia.desktop_kivy.run()