commit | e218856a903805a8e299ef9dba6e88910d97270c | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 21 18:38:39 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 21 18:38:39 2013 -0700 |
tree | 79dc6b1bb747023b4b481a286457d68c145a0dd3 | |
parent | df146c572fb58df8348947fb201f00193944f016 [diff] [blame] |
py3k
diff --git a/tests/primitives/test_nist.py b/tests/primitives/test_nist.py index 0c84787..1f05ce9 100644 --- a/tests/primitives/test_nist.py +++ b/tests/primitives/test_nist.py
@@ -29,7 +29,7 @@ def load_3des_nist_vectors_from_file(path, op): vectors = [] for vector in load_nist_vectors_from_file(path, op): - for i in xrange(1, 4): + for i in range(1, 4): plaintext = vector.get("plaintext{0}".format(i)) if plaintext is None: plaintext = vector["plaintext"]