Pārlūkot izejas kodu

argh - bugfix in lib/blowfish.py

tags/v0.1^2
Ben Kurtovic pirms 13 gadiem
vecāks
revīzija
56738eaede
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      lib/blowfish.py

+ 1
- 1
lib/blowfish.py Parādīt failu

@@ -550,4 +550,4 @@ if __name__ == '__main__':
cyphertext = raw_input("Enter a message to decrypt: ")
print "\n" + decrypt(key, cyphertext)
else:
print "Unknown action: '{0}'.".format(op)
print "Unknown action: '{0}'".format(action)

Notiek ielāde…
Atcelt
Saglabāt