Tue, 06 Aug 2019 17:45:59 +0200
Removed an outdated TODO marker.
eric6/MicroPython/MicroPythonCommandsInterface.py | file | annotate | diff | comparison | revisions |
diff -r 94948e2aa0a5 -r 1965daf1a14b eric6/MicroPython/MicroPythonCommandsInterface.py --- a/eric6/MicroPython/MicroPythonCommandsInterface.py Tue Aug 06 17:45:38 2019 +0200 +++ b/eric6/MicroPython/MicroPythonCommandsInterface.py Tue Aug 06 17:45:59 2019 +0200 @@ -23,8 +23,6 @@ import Preferences -# TODO: change code sent to the boards to functions and retrieve them using -# inspect.getsource() or inspect.getsourcelines() class MicroPythonCommandsInterface(QObject): """ Class implementing some file system commands for MicroPython.