upload_permitted in IServer

This commit is contained in:
meejah 2020-05-07 15:54:23 -06:00
parent c0f0d76563
commit 026bcca6c5

View File

@ -470,6 +470,12 @@ class IServer(IDisplayableServer):
once the connection is lost.
"""
def upload_permitted():
"""
:return: True if we should use this server for uploads, False
otherwise.
"""
class IMutableSlotWriter(Interface):
"""