common/mixins.py
changeset 2748 d2fcf19bfb34
parent 2728 d4689ba782a4
child 2778 3f6dfc312760
child 2920 64322aa83a1d
child 2996 866a2c135c33
--- a/common/mixins.py	Fri Aug 07 17:51:16 2009 +0200
+++ b/common/mixins.py	Sun Aug 09 15:40:46 2009 +0200
@@ -365,6 +365,7 @@
 
 class ProgressMixIn(object):
     """provide default implementations for IProgress interface methods"""
+    # This is an adapter isn't it ?
 
     @property
     def cost(self):