comparison 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
comparison
equal deleted inserted replaced
1247:a6c7f07f1e4d 1248:9b865f2604a9
83 "photos", 83 "photos",
84 "files", 84 "files",
85 "events", 85 "events",
86 "tickets", 86 "tickets",
87 "merge-requests", 87 "merge-requests",
88 "app", 88 # XXX: app is not available anymore since removal of pyjamas code with Python 3
89 # port. It should come back at a later point with an alternative (Brython
90 # probably).
89 ] 91 ]
90 92
91 ## Session flags ## 93 ## Session flags ##
92 FLAG_CONFIRM = "CONFIRM" 94 FLAG_CONFIRM = "CONFIRM"
93 95