Removed done TODO marker.

Mon, 16 Oct 2017 19:40:47 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 16 Oct 2017 19:40:47 +0200
changeset 5910
3f0255a8786a
parent 5909
21d90a3abc7c
child 5911
0c7bcba51391

Removed done TODO marker.

E5Utilities/E5Cache.py file | annotate | diff | comparison | revisions
--- a/E5Utilities/E5Cache.py	Mon Oct 16 19:39:57 2017 +0200
+++ b/E5Utilities/E5Cache.py	Mon Oct 16 19:40:47 2017 +0200
@@ -12,7 +12,6 @@
 from PyQt5.QtCore import QDateTime, QTimer
 
 
-# TODO: add timeout for cached entries
 class E5Cache(object):
     """
     Class implementing a LRU cache of a specific size.

eric ide

mercurial