Skip to content

Commit 0f14827

Browse files
committed
fix: Correction des imports dans Aes_Cbc_Analyzer
1 parent c15d2c2 commit 0f14827

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/analyzers/aes_cbc_analyzer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from crypto_analyzer import CryptoAnalyzer
2-
from utils import calculer_entropie
1+
from ..crypto_analyzer import CryptoAnalyzer
2+
from ..utils import calculer_entropie
33
from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
44
from cryptography.hazmat.primitives import hashes
55
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes

0 commit comments

Comments
 (0)