2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

Order imports and module-level dunder name assignments.

This commit is contained in:
Mark Grassi
2022-08-07 20:32:07 -04:00
parent ea3fb60007
commit c57138f255
79 changed files with 269 additions and 323 deletions

View File

@@ -9,14 +9,13 @@
#
# ------------------------------------------------------------------
import re
import unittest
from common_test import AATest, setup_all_loops
import apparmor.severity as severity
from apparmor.common import AppArmorBug
from apparmor.rule import BaseRule, parse_modifiers
import apparmor.severity as severity
import re
from common_test import AATest, setup_all_loops
class TestBaserule(AATest):