Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Rousselle
bliss
Commits
8b136663
Commit
8b136663
authored
May 15, 2019
by
Sebastien Petitdemange
Browse files
settings: remove old main
parent
9ba5b0f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/config/settings.py
View file @
8b136663
...
...
@@ -1508,20 +1508,3 @@ class ParametersWardrobe(metaclass=ParametersType):
A list containing all sets names
"""
return
list
(
self
.
_sets
)
if
__name__
==
"__main__"
:
class
A
(
object
):
x
=
SimpleSettingProp
(
"counter"
)
y
=
SimpleObjSettingProp
(
"obj"
)
q
=
QueueSettingProp
(
"seb"
)
ol
=
QueueObjSettingProp
(
"seb-list"
)
h
=
HashSettingProp
(
"seb-hash"
)
oh
=
HashObjSettingProp
(
"seb-hash-object"
)
def
__init__
(
self
,
name
):
self
.
name
=
name
a
=
A
(
"m0"
)
p
=
Struct
(
"optics:zap:params"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment