diff --git a/browser/task.py b/browser/task.py
index 54dffb1..f12f209 100644
--- a/browser/task.py
+++ b/browser/task.py
@@ -28,7 +28,7 @@ from zope.security.proxy import removeSecurityProxy
from loops.interfaces import ITask
-class Details:
+class Details(object):
def modified(self):
""" get date/time of last modification
diff --git a/configure.zcml b/configure.zcml
index b81e93f..5eb5965 100644
--- a/configure.zcml
+++ b/configure.zcml
@@ -11,21 +11,21 @@
+ type="zope.app.content.interfaces.IContentType" />
-
+
-
+
+ description="Task object" />