updates to how and where the node map is populated, now done in CoreEmu and CoreEmu provides a method for updating the map if desired

This commit is contained in:
Blake J. Harnden 2018-04-26 16:05:47 -07:00
parent 164f02e5ac
commit fe4c21bad4
3 changed files with 31 additions and 17 deletions

View file

@ -33,7 +33,6 @@ from core.enumerations import MessageFlags
from core.enumerations import NodeTypes
from core.enumerations import RegisterTlvs
from core.location import CoreLocation
from core.misc import nodemaps
from core.misc import nodeutils
from core.misc import utils
from core.misc.event import EventLoop
@ -46,10 +45,6 @@ from core.sdt import Sdt
from core.service import CoreServices
from core.xml.xmlsession import save_session_xml
# set default node map
node_map = nodemaps.NODES
nodeutils.set_node_map(node_map)
class Session(object):
"""