Master Support

This commit is contained in:
Cort Buffington 2014-05-14 14:19:31 -05:00
parent 134a34f22e
commit 9835c3f317

View File

@ -184,6 +184,7 @@ try:
except:
sys.exit('Could not parse configuration file, exiting...')
#************************************************
# CONFIGURE THE SYSTEM LOGGER
#************************************************
@ -238,6 +239,7 @@ dictConfig({
})
logger = logging.getLogger('dmrlink')
#************************************************
# IMPORTING OTHER FILES - '#include'
#************************************************