rename notifier.py to gmail.py

This commit is contained in:
petrucci4prez 2017-05-31 00:41:42 -04:00
parent e801396fff
commit c5904d98b2
3 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ _formatConsole(gluster = True)
rootLogger.addHandler(gluster) rootLogger.addHandler(gluster)
# 5 # 5
from notifier import gmail, GmailHandler from gmail import gmail, GmailHandler
# 6 # 6
gmail = GmailHandler(gmail['username'], gmail['passwd'], gmail['recipientList'], gmail = GmailHandler(gmail['username'], gmail['passwd'], gmail['recipientList'],

View File

@ -7,7 +7,7 @@ from collections import namedtuple
from auxilary import CountdownTimer, ConfigFile, resetUSBDevice from auxilary import CountdownTimer, ConfigFile, resetUSBDevice
from sensors import setupDoorSensor, setupMotionSensor from sensors import setupDoorSensor, setupMotionSensor
from notifier import intruderAlert from gmail import intruderAlert
from listeners import KeypadListener, PipeListener from listeners import KeypadListener, PipeListener
from blinkenLights import Blinkenlights from blinkenLights import Blinkenlights
from soundLib import SoundLib from soundLib import SoundLib