whitespace cleanup
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 20 Jul 2007 14:24:44 +0000 (14:24 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 20 Jul 2007 14:24:44 +0000 (14:24 +0000)
lib/python/Tools/CList.py

index d820175..aa0c6e8 100644 (file)
@@ -1,7 +1,7 @@
 class CList(list):
        def __getattr__(self, attr):
                return CList([getattr(a, attr) for a in self])
-       
+
        def __call__(self, *args, **kwargs):
                for x in self:
                        x(*args, **kwargs)