Skip to content

Commit

Permalink
Move method.ecma376_encrypted to method.container.ecma376_encrypted
Browse files Browse the repository at this point in the history
  • Loading branch information
nolze committed Jan 16, 2024
1 parent 9a092e7 commit 5cd2ee1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion msoffcrypto/method/ecma376_agile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes

from msoffcrypto import exceptions
from msoffcrypto.method.ecma376_encrypted import ECMA376Encrypted
from msoffcrypto.method.container.ecma376_encrypted import ECMA376Encrypted

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())
Expand Down

0 comments on commit 5cd2ee1

Please sign in to comment.