clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y'
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Sat, 29 Sep 2018 16:57:25 +0300
changeset 2401 fe887446134d
parent 2400 7afecc27db95
child 2402 a1df3102327d
clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y'
etherlab/runtime_etherlab.py
--- a/etherlab/runtime_etherlab.py	Sat Sep 29 16:53:46 2018 +0300
+++ b/etherlab/runtime_etherlab.py	Sat Sep 29 16:57:25 2018 +0300
@@ -4,7 +4,7 @@
 from threading import Thread
 import time
 import re
-from targets.typemapping import LogLevelsDict
+from runtime.loglevels import LogLevelsDict
 
 SDOAnswered = PLCBinary.SDOAnswered
 SDOAnswered.restype = None