freebsd-nq/tests/sys/opencrypto
Enji Cooper d86680b073 Convert some idioms over to py3k-compatible idioms
- Import print_function from __future__ and use print(..) instead of `print ..`.
- Use repr instead of backticks when the object needs to be dumped, unless
  print(..) can do it lazily. Use str instead of backticks as appropriate
  for simplification reasons.

This doesn't fully convert these modules over py3k. It just gets over some of
the trivial compatibility hurdles.
2017-09-24 00:14:48 +00:00
..
cryptodev.py Convert some idioms over to py3k-compatible idioms 2017-09-24 00:14:48 +00:00
cryptodevh.py
cryptotest.py Convert some idioms over to py3k-compatible idioms 2017-09-24 00:14:48 +00:00
dpkt.py
Makefile Fix up TEST_METADATA 2017-06-01 19:46:48 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
runtests.sh Make test scripts under tests/... non-executable 2017-08-08 04:59:16 +00:00