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

Fix missing import Exception

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1849 b32b6428-25c9-4566-ad07-03861ab6144f
parent f3dbc892
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
from .network import NetworkConnector
from .messages import MessageFactory
from .exceptions import DeviceError, XAALError,MessageParserError
from .exceptions import *
from . import config
import time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment