Skip to content

Commit

Permalink
fixes to python API
Browse files Browse the repository at this point in the history
  • Loading branch information
zpincus committed Apr 4, 2016
1 parent 59f2a75 commit 3837a4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py/iotool/io_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import os
import time

from . import commands
from . import smart_serial

_ECHO_OFF = b'\x80\xFF'
Expand All @@ -42,7 +41,6 @@ def __init__(self, serial_port_name):
except (smart_serial.SerialTimeout, RuntimeError):
# explicitly clobber traceback from SerialTimeout exception
raise smart_serial.SerialException('Could not communicate with IOTool device -- is it attached?')
self.commands = commands.Commands()

def reset(self):
"""Attempt to reset the IOTool device to a known-good state."""
Expand Down

0 comments on commit 3837a4d

Please sign in to comment.