summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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):