Several pylint fixes.

This commit is contained in:
Marco Pesenti Gritti
2008-08-11 00:50:29 +02:00
parent 4c35d77854
commit 80190bf944
7 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ class Profile(object):
return None
# hash it
key_hash = util._sha_data(key)
key_hash = util.sha_data(key)
return util.printable_hash(key_hash)
def _get_privkey_hash(self):