fix secop.io imports
Change-Id: I8abe4836312cdd2d17847ca0a117dceebaaac235
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -29,7 +29,7 @@ from secop.lib import get_class
|
||||
from secop.modules import Drivable, Module, Readable, Writable
|
||||
from secop.params import Command, Parameter
|
||||
from secop.properties import Property
|
||||
from secop.stringio import HasIodev
|
||||
from secop.io import HasIodev
|
||||
|
||||
|
||||
class ProxyModule(HasIodev, Module):
|
||||
|
||||
Reference in New Issue
Block a user