mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
coredump: drop python 2 support
This patch reverts changes introduced for Python 2 compatibility in commits:1c866db(Add new files for running criu-coredump via python 2 or 3)3180d35(Add support for python3 in criu-coredump). Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
05f0535de4
commit
7825f4ebfa
6 changed files with 5 additions and 28 deletions
2
Makefile
2
Makefile
|
|
@ -431,7 +431,7 @@ lint:
|
|||
flake8 --config=scripts/flake8.cfg test/others/criu-ns/run.py
|
||||
flake8 --config=scripts/flake8.cfg crit/setup.py
|
||||
flake8 --config=scripts/flake8.cfg scripts/uninstall_module.py
|
||||
flake8 --config=scripts/flake8.cfg coredump/
|
||||
flake8 --config=scripts/flake8.cfg coredump/ coredump/coredump
|
||||
shellcheck --version
|
||||
shellcheck scripts/*.sh
|
||||
shellcheck scripts/ci/*.sh scripts/ci/apt-install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue