Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
38b6ecec
Commit
38b6ecec
authored
Jul 31, 2019
by
Maxime Perrotin
Browse files
Fix issues with mixed case
parent
33891182
Changes
1
Hide whitespace changes
Inline
Side-by-side
dmt/B_mappers/pyside_B_mapper.py
View file @
38b6ecec
...
...
@@ -222,7 +222,7 @@ def setSharedLib(dll=None):
'''
.
format
(
fvName
=
FVname
,
tcName
=
CleanSP
))
g_PyDataModel
.
write
(
'
\n
tc["{tcName}"] = '
.
format
(
tcName
=
CleanSP
.
lower
()
))
tcName
=
CleanSP
))
buttons
=
([[
"sendButton"
,
"Send TC"
],
[
"loadButton"
,
"Load TC"
],
[
"saveButton"
,
"Save TC"
]])
classType
=
"asn1Editor"
...
...
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