interfaces.py
changeset 4023 eae23c40627a
parent 3635 a56759c3c99f
child 4252 6c4f109c2b03
--- a/interfaces.py	Tue Dec 08 10:40:20 2009 +0100
+++ b/interfaces.py	Tue Dec 08 10:58:56 2009 +0100
@@ -56,7 +56,7 @@
 class IProgress(Interface):
     """something that has a cost, a state and a progression
 
-    Take a look at cubicweb.common.mixins.ProgressMixIn for some
+    Take a look at cubicweb.mixins.ProgressMixIn for some
     default implementations
     """