Removed an obsolete TODO comment.

Sun, 15 Oct 2017 17:21:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 15 Oct 2017 17:21:51 +0200
changeset 5904
2ff6078532c0
parent 5903
7e7002215f9e
child 5905
f31960634997

Removed an obsolete TODO comment.

PluginManager/PluginManager.py file | annotate | diff | comparison | revisions
--- a/PluginManager/PluginManager.py	Sun Oct 15 17:21:20 2017 +0200
+++ b/PluginManager/PluginManager.py	Sun Oct 15 17:21:51 2017 +0200
@@ -1324,7 +1324,6 @@
             if getattr(module, "pluginType", "") == type_:
                 if hasattr(module, "clearPrivateData"):
                     module.clearPrivateData()
-        # TODO: document this in the plug-ins paper
 
 #
 # eflag: noqa = M801

eric ide

mercurial