Removed an outdated TODO marker. micropython

Tue, 06 Aug 2019 17:45:59 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 06 Aug 2019 17:45:59 +0200
branch
micropython
changeset 7124
1965daf1a14b
parent 7123
94948e2aa0a5
child 7125
2028553ee58c

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.

eric ide

mercurial