isort result
Change-Id: I137d9a6b4e2322f8df0506f9e8f751a4743aafd0 Reviewed-on: https://forge.frm2.tum.de/review/20218 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:
@ -26,19 +26,21 @@
|
||||
from __future__ import print_function
|
||||
|
||||
import code
|
||||
from os import path
|
||||
import socket
|
||||
import threading
|
||||
from collections import deque
|
||||
from os import path
|
||||
|
||||
import mlzlog
|
||||
|
||||
from secop.protocol.interface import decode_msg, encode_msg_frame, get_msg
|
||||
from secop.protocol.messages import DESCRIPTIONREQUEST, EVENTREPLY
|
||||
|
||||
try:
|
||||
import configparser
|
||||
except ImportError:
|
||||
import ConfigParser as configparser
|
||||
|
||||
import mlzlog
|
||||
from secop.protocol.interface import decode_msg, get_msg, encode_msg_frame
|
||||
from secop.protocol.messages import EVENTREPLY, DESCRIPTIONREQUEST
|
||||
|
||||
|
||||
class NameSpace(dict):
|
||||
|
Reference in New Issue
Block a user