a PlShell object, when plc_direct_access is False, is now created with SSL verificati...
[sfa.git] / sfa / rspecs / elements / login.py
1 from sfa.rspecs.elements.element import Element
2
3
4 class Login(Element):
5     fields = [
6         'authentication',
7         'hostname',
8         'port',
9         'username',
10     ]