diff libervia/server/constants.py @ 1248:9b865f2604a9

server (constants): temporarily removed `app` from menu
author Goffi <goffi@goffi.org>
date Sun, 26 Apr 2020 22:08:23 +0200
parents aaf28d45ae67
children 6d49fae517ba
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 ##