mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 07:15:18 +00:00
Remove Python 2 support.
This commit is contained in:
@@ -14,16 +14,13 @@
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
import unittest
|
||||
from common_test import AATest, setup_all_loops, setup_aa
|
||||
|
||||
import apparmor.aa as apparmor
|
||||
from common_test import read_file
|
||||
|
||||
python_interpreter = 'python'
|
||||
if sys.version_info >= (3, 0):
|
||||
python_interpreter = 'python3'
|
||||
python_interpreter = 'python3'
|
||||
|
||||
class MinitoolsTest(AATest):
|
||||
|
||||
|
Reference in New Issue
Block a user