Moves Logger to common

This commit is contained in:
Sergi Delgado Segura
2019-12-16 14:15:30 +01:00
parent 74080bf104
commit 77b191dde2
16 changed files with 31 additions and 56 deletions

View File

@@ -6,7 +6,7 @@ from common.cryptographer import Cryptographer
from pisa import errors
import pisa.conf as conf
from pisa.logger import Logger
from common.logger import Logger
from pisa.appointment import Appointment
from pisa.block_processor import BlockProcessor