X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/7cf5c72a6d353ed5a7e340562c11e54c21c85e5e..37342632a8bb95fe68ece90d18b8b69263edb83b:/struct/t/da-gtest.py diff --git a/struct/t/da-gtest.py b/struct/t/da-gtest.py index 14bc0cc..49c26dc 100644 --- a/struct/t/da-gtest.py +++ b/struct/t/da-gtest.py @@ -6,6 +6,8 @@ import sys as SYS import random as R +if SYS.version_info >= (3,): xrange = range + ###-------------------------------------------------------------------------- ### Command-line parsing.