git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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
]