mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-26 03:25:30 +00:00
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> |
||
|---|---|---|
| .. | ||
| c | ||
| py | ||
| Makefile | ||