1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Roland Mas <lolando@debian.org>
Date: Sat, 7 Mar 2026 16:39:03 +0100
Subject: Fix import
---
certipy/test/test_certipy.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/certipy/test/test_certipy.py b/certipy/test/test_certipy.py
index f5cb744..e12b219 100644
--- a/certipy/test/test_certipy.py
+++ b/certipy/test/test_certipy.py
@@ -30,7 +30,7 @@ from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.primitives.asymmetric import rsa
from ipaddress import ip_address
-from ..certipy import (
+from certipy import (
TLSFileType,
TLSFile,
TLSFileBundle,
|