Yay, Python versions

This commit is contained in:
James Muscat 2014-11-15 17:28:42 +00:00
parent 445c92c1b2
commit bcf8de0e7e

View File

@ -4,7 +4,7 @@ Created on 15 Nov 2014
@author: james @author: james
''' '''
import logging.config # import logging.config
############################################################################### ###############################################################################
# Relay settings # Relay settings
@ -56,4 +56,4 @@ LOGGING = {
}, },
} }
logging.config.dictConfig(LOGGING) # logging.config.dictConfig(LOGGING) # Sigh - this is Python 2.7 only