fix secop.io imports

Change-Id: I8abe4836312cdd2d17847ca0a117dceebaaac235
This commit is contained in:
2021-07-27 09:19:28 +02:00
parent 73e06c590b
commit 584a293643
5 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
generic class for byte oriented communication
includes implementation for TCP and Serial connections
support for asynchronous communication, but may be used also for
synchronous IO (see secop.stringio.StringIO)
synchronous IO (see secop.io)
"""
import ast