chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
.gitignore: Absorb `t/.gitignore'.
[mLib]
/
struct
/
t
/
da-gtest.py
diff --git
a/struct/t/da-gtest.py
b/struct/t/da-gtest.py
index 14bc0cc657dd598f9fa2233f28445a698a681f99..49c26dccabbb5e45d90e8d724f4dbf8fc7c8872e 100644
(file)
--- 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.