Skip to content

Commit

Permalink
partially undo last commit as it caused errors, make comment instead (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zsquareplusc committed Dec 10, 2015
1 parent 5e763ca commit a51b0bc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions serial/serialutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,9 @@ def __init__(self,

# - - - - - - - - - - - - - - - - - - - - - - - -

def open(self):
"""Opens the Port"""
raise NotImplementedError("This function must be implemented in the subclass")

def close(self):
"""Closes the Port"""
raise NotImplementedError("This function must be implemented in the subclass")
# to be implemented by subclasses:
# def open(self):
# def close(self):

# - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down

0 comments on commit a51b0bc

Please sign in to comment.