Avoid using itertools.permutations in k5test
authorGreg Hudson <ghudson@mit.edu>
Sat, 17 Dec 2011 05:01:32 +0000 (05:01 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 17 Dec 2011 05:01:32 +0000 (05:01 +0000)
commit2240347dd3cd3f1f9a068a22df037f2428c7bd7f
treebd7bc7b3978e3344d00e581aa8bbf28226501cf9
parente946963e0f8488a8d47c527cca31d4666c32e063
Avoid using itertools.permutations in k5test

k5test is only supposed to require Python 2.4, but cross_realms uses
itertools.permutations which is new in 2.6.  Use a list display
instead.

ticket: 7054

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25592 dc483132-0cff-0310-8789-dd5450dbe970
src/util/k5test.py