Mercurial > libervia-desktop-kivy
diff 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 |
line wrap: on
line diff
--- a/main.py Fri Jun 02 17:53:09 2023 +0200 +++ b/main.py Fri Jun 02 18:26:16 2023 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Cagou: desktop/mobile frontend for Salut à Toi XMPP client +#Libervia Desktop-Kivy # Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import cagou +import libervia.desktop_kivy if __name__ == "__main__": - cagou.run() + libervia.desktop_kivy.run()