criu/coredump
Radostin Stoyanov c36b5dab05 python: Replace xrange with range
In Py2 `range` returns a list and `xrange` creates a sequence object
that evaluates lazily. In Py3 `range` is equivalent to `xrange` in Py2.

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Signed-off-by: Andrei Vagin <avagin@gmail.com>
2018-10-30 19:28:14 +03:00
..
criu_coredump python: Replace xrange with range 2018-10-30 19:28:14 +03:00
criu-coredump python: specify python2 as .py interpreter 2017-04-17 18:35:58 +03:00
pycriu coredump: Rename dir to coredump 2016-06-28 13:04:58 +03:00