Python 2.7 will not be maintained beyond January 1, 2020. To
avoid potential problems when python 2 is retired, this commit
explicitly instructs the functional tests to use python3.
Suggested-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Basic cgget functionality test
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Main entry point for the libcgroup functional tests
#