Commit 309b83fb authored by Tijmen de Mes's avatar Tijmen de Mes

Switched to message logger for PGP logs

parent 645ceef8
import os
from application import log
from application.notification import IObserver, NotificationCenter, NotificationData
from application.python import Null
from application.system import makedirs
......@@ -17,6 +16,7 @@ from pgpy import PGPKey, PGPUID, PGPMessage
from pgpy.errors import PGPError, PGPDecryptionError
from pgpy.constants import PubKeyAlgorithm, KeyFlags, HashAlgorithm, SymmetricKeyAlgorithm, CompressionAlgorithm
from blink.logging import MessagingTrace as log
from blink.util import run_in_gui_thread
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment