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
93d28537
Commit
93d28537
authored
Jul 31, 2019
by
Maxime Perrotin
Committed by
Thanassis Tsiodras
Jul 31, 2019
Browse files
Fix issues with mixed case
parent
f516eaf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
dmt/B_mappers/pyside_B_mapper.py
View file @
93d28537
...
...
@@ -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