[CRIU] [PATCH 0/4] python: Remove unused imports

Radostin Stoyanov rstoyanov1 at gmail.com
Sun Sep 23 17:31:50 MSK 2018


Radostin Stoyanov (4):
  python: Remove unused imports
  Convert to python3 style print() syntax
  python: Remove unnecessary semicolons
  python: Replace xrange with range

 coredump/criu_coredump/coredump.py |   2 +-
 coredump/criu_coredump/elf.py      | 284 ++++++++++++++---------------
 lib/py/criu.py                     |   3 -
 lib/py/images/images.py            | 161 ++++++++--------
 lib/py/images/pb2dict.py           |  10 +-
 scripts/criu-ns                    |   2 +-
 scripts/magic-gen.py               |   3 +-
 soccr/test/run.py                  |   8 +-
 soccr/test/tcp-test.py             |   9 +-
 test/check_actions.py              |   4 +-
 test/crit-recode.py                |   1 -
 test/exhaustive/pipe.py            |  36 ++--
 test/exhaustive/unix.py            |  68 ++++---
 test/inhfd/fifo.py                 |   2 +-
 test/others/ext-tty/run.py         |   4 +-
 test/others/mounts/mounts.py       |   6 +-
 test/others/rpc/errno.py           |  18 +-
 test/others/rpc/ps_test.py         |  22 +--
 test/others/rpc/restore-loop.py    |  10 +-
 test/others/rpc/test.py            |  12 +-
 test/others/rpc/version.py         |   3 +-
 test/others/shell-job/run.py       |   3 +-
 22 files changed, 330 insertions(+), 341 deletions(-)

--
2.17.1



More information about the CRIU mailing list