mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
crit: drop python 2 support
This patch reverts changes introduced with the following commits:4feb07020dcrit: enable python2 or python3 based critb78c4e071atest: fix crit test and extend it Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
7825f4ebfa
commit
f5d06571c5
8 changed files with 8 additions and 44 deletions
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
all-y += crit
|
||||
|
||||
crit/crit: crit/crit-$(PYTHON)
|
||||
$(Q) cp $^ $@
|
||||
crit: crit/crit
|
||||
.PHONY: crit
|
||||
|
||||
clean-crit:
|
||||
$(Q) $(RM) crit/crit
|
||||
.PHONY: clean-crit
|
||||
clean: clean-crit
|
||||
mrproper: clean
|
||||
|
|
@ -3,4 +3,4 @@
|
|||
from pycriu import cli
|
||||
|
||||
if __name__ == '__main__':
|
||||
cli.main()
|
||||
cli.main()
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env python2
|
||||
|
||||
from pycriu import cli
|
||||
|
||||
if __name__ == '__main__':
|
||||
cli.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue