From c086317533f8fdc53cd9b77863e7061b4b765f92 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 8 Jul 2021 20:05:29 -0700 Subject: Clean up ACLs --- tests/simple_acl_test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/simple_acl_test.py') diff --git a/tests/simple_acl_test.py b/tests/simple_acl_test.py index 7c17415..6c9b24c 100755 --- a/tests/simple_acl_test.py +++ b/tests/simple_acl_test.py @@ -3,6 +3,7 @@ import re import unittest +import bootstrap import simple_acl as acl @@ -44,4 +45,5 @@ class TestSimpleACL(unittest.TestCase): if __name__ == '__main__': + unittest.main = bootstrap.initialize(unittest.main) unittest.main() -- cgit v1.3