From 2e55d2273efd7dab9a08281889bb38fb4cfd6b98 Mon Sep 17 00:00:00 2001 From: helmutm Date: Wed, 5 Oct 2005 18:27:14 +0000 Subject: [PATCH] some minor improvements git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@615 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/task.py | 2 +- configure.zcml | 14 +++++++------- task.py | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) 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" />