Add TODO.

This commit is contained in:
Markus Roth
2012-05-25 10:05:35 +02:00
parent 8eb63e2985
commit 1478f0bc30
+1 -1
View File
@@ -85,7 +85,7 @@ class AnnotationContainer:
return self._filename
def clear(self):
self._annotations = []
self._annotations = [] # TODO Why isn't this used? Annotations are passed as parameters instead. Let's have encapsulation.
self._filename = None
self._video_cache = {}