[pitivi] ElementTreeFormatter: Add a FIXME comment.



commit 0fd03c857bd4187793b34e5f175d9887020bf701
Author: Edward Hervey <bilboed bilboed com>
Date:   Tue May 5 12:57:12 2009 +0200

    ElementTreeFormatter: Add a FIXME comment.
---
 pitivi/formatters/etree.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pitivi/formatters/etree.py b/pitivi/formatters/etree.py
index d3971c7..d303f68 100644
--- a/pitivi/formatters/etree.py
+++ b/pitivi/formatters/etree.py
@@ -159,6 +159,8 @@ class ElementTreeFormatter(Formatter):
 
     def _loadObjectFactory(self, klass, element):
         self.debug("klass:%r, element:%r", klass, element)
+        # FIXME : we should check if the given ObjectFactory
+        # requires a filename !
         filename = element.attrib.get("filename", None)
         if filename is None:
             return



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]