Mercurial > libervia-web
changeset 1248:9b865f2604a9
server (constants): temporarily removed `app` from menu
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Sun, 26 Apr 2020 22:08:23 +0200 |
| parents | a6c7f07f1e4d |
| children | 560d381943d8 |
| files | libervia/server/constants.py |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libervia/server/constants.py Sun Apr 26 22:07:18 2020 +0200 +++ b/libervia/server/constants.py Sun Apr 26 22:08:23 2020 +0200 @@ -85,7 +85,9 @@ "events", "tickets", "merge-requests", - "app", + # XXX: app is not available anymore since removal of pyjamas code with Python 3 + # port. It should come back at a later point with an alternative (Brython + # probably). ] ## Session flags ##
