Skip to content
Snippets Groups Projects
Commit 012a3046 authored by jkerdreu's avatar jkerdreu
Browse files

- Fixed a strange import

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3043 b32b6428-25c9-4566-ad07-03861ab6144f
parent 9730c3a7
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ import asyncio
from . import core
from . import config
from . import tools
from .messages import MessageParserError
from .aionetwork import AsyncNetworkConnector
from .exceptions import *
......@@ -301,7 +302,6 @@ class AsyncEngine(core.EngineMixin):
self.dump_hooks()
def get_device(self,uuid):
from . import tools
uuid = tools.get_uuid(uuid)
for dev in self.devices:
if dev.address == uuid:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment