Mercurial > libervia-web
diff libervia/server/server.py @ 1365:10517a8698ca
server: removed unused legacy code.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 20 Nov 2020 17:53:38 +0100 |
parents | df40708c4c76 |
children | ce5cfe004d4e |
line wrap: on
line diff
--- a/libervia/server/server.py Fri Nov 20 17:53:01 2020 +0100 +++ b/libervia/server/server.py Fri Nov 20 17:53:38 2020 +0100 @@ -69,9 +69,6 @@ log = getLogger(__name__) -# following value are set from twisted.plugins.libervia_server initialise -# (see the comment there) -DATA_DIR_DEFAULT = OPT_PARAMETERS_BOTH = OPT_PARAMETERS_CFG = None DEFAULT_MASK = (inotify.IN_CREATE | inotify.IN_MODIFY | inotify.IN_MOVE_SELF | inotify.IN_MOVED_TO)