File: 0001-Fix-import.patch

package info (click to toggle)
certipy 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: python: 1,026; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
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,