Mercurial > libervia-web
comparison twisted/plugins/libervia_server.py @ 1397:ed037818d6de
core (constants): renaming following global project renaming
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Mar 2021 18:20:39 +0100 |
parents | e3e303a30a74 |
children | 4117f1b63765 |
comparison
equal
deleted
inserted
replaced
1396:822bd0139769 | 1397:ed037818d6de |
---|---|
1 #!/usr/bin/env python3 | 1 #!/usr/bin/env python3 |
2 | 2 |
3 | 3 # Libervia Web: Libervia web frontend |
4 # Libervia: a Salut à Toi frontend | 4 # Copyright (C) 2013-2021 Jérôme Poisson <goffi@goffi.org> |
5 # Copyright (C) 2013-2018 Jérôme Poisson <goffi@goffi.org> | |
6 # Copyright (C) 2013-2016 Adrien Cossa <souliane@mailoo.org> | 5 # Copyright (C) 2013-2016 Adrien Cossa <souliane@mailoo.org> |
7 # Copyright (C) 2013 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 6 # Copyright (C) 2013 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
8 | 7 |
9 # This program is free software: you can redistribute it and/or modify | 8 # This program is free software: you can redistribute it and/or modify |
10 # it under the terms of the GNU Affero General Public License as published by | 9 # it under the terms of the GNU Affero General Public License as published by |
222 | 221 |
223 @implementer(IServiceMaker, IPlugin) | 222 @implementer(IServiceMaker, IPlugin) |
224 class LiberviaMaker(object): | 223 class LiberviaMaker(object): |
225 | 224 |
226 tapname = C.APP_NAME_FILE | 225 tapname = C.APP_NAME_FILE |
227 description = _("The web frontend of Salut à Toi") | 226 description = _("The web frontend of Libervia") |
228 options = Options | 227 options = Options |
229 | 228 |
230 def makeService(self, options): | 229 def makeService(self, options): |
231 from twisted.internet import gireactor | 230 from twisted.internet import gireactor |
232 gireactor.install() | 231 gireactor.install() |