Explorar el Código

argh - bugfix in lib/blowfish.py

tags/v0.1^2
Ben Kurtovic hace 13 años
padre
commit
56738eaede
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/blowfish.py

+ 1
- 1
lib/blowfish.py Ver fichero

@@ -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)

Cargando…
Cancelar
Guardar