|
@@ -3,16 +3,12 @@ import logging
|
|
|
|
|
|
from gmail import Gmail
|
|
|
from email.header import decode_header
|
|
|
-from core.NeuronModule import NeuronModule
|
|
|
+from core.NeuronModule import NeuronModule, MissingParameterException
|
|
|
|
|
|
logging.basicConfig()
|
|
|
logger = logging.getLogger("kalliope")
|
|
|
|
|
|
|
|
|
-class MissingParameterException(Exception):
|
|
|
- pass
|
|
|
-
|
|
|
-
|
|
|
class Gmail_checker(NeuronModule):
|
|
|
def __init__(self, **kwargs):
|
|
|
super(Gmail_checker, self).__init__(**kwargs)
|