Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
5eb28cba
Commit
5eb28cba
authored
Oct 21, 2012
by
Clément Schreiner
Browse files
Typo.
parent
0a9a0b21
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/lib/utils.py
View file @
5eb28cba
...
...
@@ -108,5 +108,5 @@ def hash_it(s):
return
hashlib
.
md5
(
s
).
hexdigest
()
def
get_gnupg
():
return
gnupg
.
GnuPG
(
config
[
'debexpo.gpg_path'
,
'debexpo.gpg_keyring'
])
return
gnupg
.
GnuPG
(
config
[
'debexpo.gpg_path'
]
,
config
[
'debexpo.gpg_keyring'
])
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