MicroPythonFileManager: removed an obsolete TODO marker. micropython

Tue, 30 Jul 2019 19:29:53 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 30 Jul 2019 19:29:53 +0200
branch
micropython
changeset 7101
40506ba8680c
parent 7100
c4d9c28ebcd8
child 7102
5e77aa4671e6

MicroPythonFileManager: removed an obsolete TODO marker.

eric6/MicroPython/MicroPythonFileManager.py file | annotate | diff | comparison | revisions
diff -r c4d9c28ebcd8 -r 40506ba8680c eric6/MicroPython/MicroPythonFileManager.py
--- a/eric6/MicroPython/MicroPythonFileManager.py	Tue Jul 30 19:29:15 2019 +0200
+++ b/eric6/MicroPython/MicroPythonFileManager.py	Tue Jul 30 19:29:53 2019 +0200
@@ -19,7 +19,6 @@
 )
 
 
-# TODO: modify to use MicroPythonCommandsInterface
 class MicroPythonFileManager(QObject):
     """
     Class implementing an interface to the device file system commands with

eric ide

mercurial