summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-07-08 20:08:22 -0700
committerScott Gasch <[email protected]>2021-07-08 20:08:22 -0700
commite516059c716537259c601c022cc3bad44025385e (patch)
tree62d3cf9404cbae373cdd4786634281433bb4a7c5 /tests
parentc086317533f8fdc53cd9b77863e7061b4b765f92 (diff)
Rename simple_acl -> acl
Diffstat (limited to 'tests')
-rwxr-xr-xtests/acl_test.py (renamed from tests/simple_acl_test.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_acl_test.py b/tests/acl_test.py
index 6c9b24c..810aedf 100755
--- a/tests/simple_acl_test.py
+++ b/tests/acl_test.py
@@ -3,8 +3,8 @@
import re
import unittest
+import acl
import bootstrap
-import simple_acl as acl
class TestSimpleACL(unittest.TestCase):