Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KIT-CA
RecodeCertificate
Commits
ae43b1fa
Commit
ae43b1fa
authored
Mar 20, 2018
by
Tobias Dussa
Browse files
Added missing getresult() routine.
parent
36b22493
Changes
1
Hide whitespace changes
Inline
Side-by-side
RecodeCertificate.py
View file @
ae43b1fa
...
...
@@ -46,6 +46,9 @@ class _QueryPassword(_QueryPasswordDialog):
entry
.
configure
(
show
=
self
.
__show
)
return
entry
def
getresult
(
self
):
return
self
.
entry
.
get
()
def
askpassword
(
title
,
prompt
,
**
kw
):
d
=
_QueryPassword
(
title
,
prompt
,
**
kw
)
return
d
.
result
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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