Преглед изворни кода

argh - bugfix in lib/blowfish.py

tags/v0.1^2
Ben Kurtovic пре 13 година
родитељ
комит
56738eaede
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      lib/blowfish.py

+ 1
- 1
lib/blowfish.py Прегледај датотеку

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

Loading…
Откажи
Сачувај