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
9ee0fe34
Commit
9ee0fe34
authored
Mar 22, 2018
by
Tobias Dussa
Browse files
Merge branch 'master' into Windows
parents
35ea2784
ae43b1fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
RecodeCertificate.py
View file @
9ee0fe34
...
@@ -46,6 +46,9 @@ class _QueryPassword(_QueryPasswordDialog):
...
@@ -46,6 +46,9 @@ class _QueryPassword(_QueryPasswordDialog):
entry
.
configure
(
show
=
self
.
__show
)
entry
.
configure
(
show
=
self
.
__show
)
return
entry
return
entry
def
getresult
(
self
):
return
self
.
entry
.
get
()
def
askpassword
(
title
,
prompt
,
**
kw
):
def
askpassword
(
title
,
prompt
,
**
kw
):
d
=
_QueryPassword
(
title
,
prompt
,
**
kw
)
d
=
_QueryPassword
(
title
,
prompt
,
**
kw
)
return
d
.
result
return
d
.
result
...
...
Write
Preview
Markdown
is supported
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