Skip to content
Snippets Groups Projects
Commit 8a61dc00 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fix bad import

parent d44f85fd
Branches
Tags
1 merge request!12Python 3 Support
......@@ -52,7 +52,7 @@ exp_logger = logging.getLogger("dstat.comm.Experiment")
from ..errors import InputError, VarError
from ..dstat import state
from dstat_comm import TransmitError
from ..dstat.comm import TransmitError
class Experiment(object):
"""Store and acquire a potentiostat experiment. Meant to be subclassed
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment