diff options
author | Nils Gillmann <ng0@n0.is> | 2018-05-19 17:21:42 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-05-19 17:21:42 +0000 |
commit | 26d49c72e190013e99fdec3bd8f065e522b582ae (patch) | |
tree | 67f62ff71e3cbc38f9ccb2359a9e114942d84d71 /README | |
parent | f3890127696c24740fc94056b93d9918e0cbc006 (diff) |
src/consensus/consensus-simulation: Use past.builtins for xrange
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -264,8 +264,8 @@ $ make $ make install $ make check -Some of the testcases require python >= 2.6 and pexpect to be -installed. If any testcases fail to pass on your system, run +Some of the testcases require python >= 2.6 (+ the python module "futures") +and pexpect to be installed. If any testcases fail to pass on your system, run "contrib/scripts/report.sh" (in the repository) or "gnunet-bugreport" when you already have GNUnet installed and report the output together with information about the failing testcase to the Mantis bugtracking |