polishing for a demo

+ adopting additional requests

Change-Id: If5ca29b5d247f1bc429ca101b0081b1d14f6e6f1
This commit is contained in:
Enrico Faulhaber
2017-01-25 11:47:19 +01:00
parent d5e935788f
commit 6ec30e38e8
43 changed files with 828 additions and 578 deletions

View File

@ -23,9 +23,7 @@
from tcp import TCPServer
INTERFACES = {
'tcp': TCPServer,
}
INTERFACES = {'tcp': TCPServer, }
# for 'from protocol.interface import *' to only import the dict
__ALL__ = ['INTERFACES']