From c6fe0cc01e0474cfdc605378a19be90f4eb7e8e8 Mon Sep 17 00:00:00 2001 From: David Mihalcik Date: Mon, 27 Jan 2025 09:39:30 -0500 Subject: [PATCH] Update test_abac.py --- xtest/test_abac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtest/test_abac.py b/xtest/test_abac.py index 65385cde..1737475d 100644 --- a/xtest/test_abac.py +++ b/xtest/test_abac.py @@ -2,7 +2,7 @@ import pytest import tdfs -from xtest.abac import Attribute +from abac import Attribute cipherTexts: dict[str, str] = {}