added docs for distributed.py
This commit is contained in:
parent
e94a6d1afa
commit
4746fe67ef
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ class DistributedServer(object):
|
|||
|
||||
|
||||
class DistributedController(object):
|
||||
"""
|
||||
Provides logic for dealing with remote tunnels and distributed servers.
|
||||
"""
|
||||
|
||||
def __init__(self, session):
|
||||
"""
|
||||
Create
|
||||
|
|
Loading…
Reference in a new issue