Daniel Brötzmann pushed to branch omemo_integration at gajim / gajim
Commits: 465a4a84 by wurstsalat at 2022-10-23T11:50:15+02:00 fix: Fix import - - - - - 1 changed file: - gajim/common/storage/omemo.py Changes: ===================================== gajim/common/storage/omemo.py ===================================== @@ -30,7 +30,7 @@ from omemo_dr.state.signedprekeyrecord import SignedPreKeyRecord from omemo_dr.state.sessionrecord import SessionRecord from omemo_dr.state.prekeyrecord import PreKeyRecord -from omemo_dr.invalidkeyidexception import InvalidKeyIdException +from omemo_dr.exceptions import InvalidKeyIdException from omemo_dr.ecc.djbec import DjbECPrivateKey from omemo_dr.ecc.djbec import CurvePublicKey from omemo_dr.identitykey import IdentityKey View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/465a4a84412573ecf69f5d41e53e92f053f1a9c5 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/465a4a84412573ecf69f5d41e53e92f053f1a9c5 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
