Kaydet (Commit) 5afafad8 authored tarafından Barry Warsaw's avatar Barry Warsaw

<rotorobj>.setkey() now requires exactly one argument

üst 9121ab94
......@@ -21,5 +21,8 @@ print B1
if B1 <> B:
print 'decryptmore failed'
r.setkey()
try:
r.setkey()
except TypeError:
pass
r.setkey('you guessed it!')
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