NON-WORKING

This commit is contained in:
Cort Buffington 2016-12-15 16:26:48 -06:00
parent 0622f8a9bf
commit a8c868dc26
1 changed files with 30 additions and 26 deletions

View File

@ -48,6 +48,7 @@ from twisted.internet import reactor
from twisted.internet import task
from binascii import b2a_hex as ahex
from time import time
from importlib import import_module
import sys
@ -74,6 +75,9 @@ TS_CLEAR_TIME = .2
# configuration file and listed as "active". It can be empty,
# but it has to exist.
#
def make_rules(_dmrlink_routing_rules):
try:
from bridge_rules import RULES as RULES_FILE
logger.info('Bridge rules file found and rules imported')