ansilbe: remove unused class variables

This commit is contained in:
David Wilson 2018-04-09 02:37:17 +01:00
parent 43ecbe350c
commit 79b75aabae
1 changed files with 0 additions and 5 deletions

View File

@ -136,11 +136,6 @@ class FileService(mitogen.service.Service):
"""
handle = 501
max_message_size = 1000
policies = (
mitogen.service.AllowAny(),
)
unprivileged_msg = 'Cannot register from unprivileged context.'
unregistered_msg = 'Path is not registered with FileService.'
def __init__(self, router):