Commit 7af4f631 authored by chren's avatar chren

fix proper comments

parent 05b7126a
...@@ -75,7 +75,7 @@ def decryptEntryValue(nonce, val): ...@@ -75,7 +75,7 @@ def decryptEntryValue(nonce, val):
data = data + decryptor.finalize() data = data + decryptor.finalize()
return json.loads(data) return json.loads(data)
# decrypt give entry nonce # Decrypt give entry nonce
def getDecryptedNonce(entry): def getDecryptedNonce(entry):
print print
print 'Waiting for TREZOR input ...' print 'Waiting for TREZOR input ...'
...@@ -91,7 +91,7 @@ def getDecryptedNonce(entry): ...@@ -91,7 +91,7 @@ def getDecryptedNonce(entry):
)) ))
return decrypted_nonce return decrypted_nonce
# pretty print of list # Pretty print of list
def printEntries(entries): def printEntries(entries):
print 'Password entries' print 'Password entries'
print '================' print '================'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment