git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove pl dependency from rspec
[sfa.git]
/
sfa
/
rspecs
/
elements
/
bwlimit.py
1
from sfa.rspecs.elements.element import Element
2
3
class BWlimit(Element):
4
fields = [
5
'units',
6
'value',
7
]
8