Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1398:556df721aa69
install (setup.py): update console script name and setup:
- console script name is now "libervia-web" following global project name change
- update classifiers to reflect current Python version compatibility
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Mar 2021 18:22:10 +0100 |
parents | 08739952a18f |
children |
line wrap: on
line source
"""manage common dialogs""" from browser import document def remove_loading_screen(): print("removing loading screen") document['loading_screen'].remove()