diff --git a/Micro-Python-on-Mac-OSX.md b/Micro-Python-on-Mac-OSX.md index 853c9ba..c8f4e85 100644 --- a/Micro-Python-on-Mac-OSX.md +++ b/Micro-Python-on-Mac-OSX.md @@ -84,5 +84,4 @@ cd /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/sit sudo cp list_ports_os.py list_ports_osx_original.py sudo curl -O http://sourceforge.net/p/pyserial/patches/_discuss/thread/603bd426/55a8/attachment/list_ports_osx.py ``` -``` Now I was able to execute the list_ports.comports() example posted above under python3 and it produced the correct output. \ No newline at end of file