NON-WORKING
This commit is contained in:
parent
0622f8a9bf
commit
a8c868dc26
@ -48,6 +48,7 @@ from twisted.internet import reactor
|
|||||||
from twisted.internet import task
|
from twisted.internet import task
|
||||||
from binascii import b2a_hex as ahex
|
from binascii import b2a_hex as ahex
|
||||||
from time import time
|
from time import time
|
||||||
|
from importlib import import_module
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
@ -74,6 +75,9 @@ TS_CLEAR_TIME = .2
|
|||||||
# configuration file and listed as "active". It can be empty,
|
# configuration file and listed as "active". It can be empty,
|
||||||
# but it has to exist.
|
# but it has to exist.
|
||||||
#
|
#
|
||||||
|
def make_rules(_dmrlink_routing_rules):
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from bridge_rules import RULES as RULES_FILE
|
from bridge_rules import RULES as RULES_FILE
|
||||||
logger.info('Bridge rules file found and rules imported')
|
logger.info('Bridge rules file found and rules imported')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user