criu/lib/py
Radostin Stoyanov 8accfe6cc9 python: Drop six dependency
From the python-six module is used only six.string_types in the
is_string() function. An alternative solution is to use
basestring with additional if statement for Python 3 compatibility.

This change avoids the dependency on the six module.

However, this module is required by junit_xml and it is not listed
as a dependency in the CentOS 7 package python2-junit_xml.

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
2019-09-07 15:59:51 +03:00
..
images python: Drop six dependency 2019-09-07 15:59:51 +03:00
.gitignore python lib: rename rpc.py to rpc_pb2.py 2016-10-10 12:49:28 +03:00
__init__.py crit: make crit python2/python3 compatible 2018-07-09 18:25:16 +03:00
cli.py crit: display help message when using python3 2019-04-20 20:25:26 -07:00
criu.py python: Remove unused imports 2018-10-30 19:28:01 +03:00
Makefile build: Reused .FORCE from nmk 2017-11-23 20:23:14 +03:00