From 531073648bd2e9f88f4f19b2e8886056f5b6b38c Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Wed, 28 Dec 2011 08:33:10 +0100 Subject: [PATCH] update file headers --- composer/schema/field.py | 2 -- composer/schema/interfaces.py | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/composer/schema/field.py b/composer/schema/field.py index 75002be..b49e716 100644 --- a/composer/schema/field.py +++ b/composer/schema/field.py @@ -18,8 +18,6 @@ """ Schema fields and related classes. - -$Id$ """ from datetime import datetime diff --git a/composer/schema/interfaces.py b/composer/schema/interfaces.py index 8429aa3..9e3f809 100644 --- a/composer/schema/interfaces.py +++ b/composer/schema/interfaces.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Helmut Merz helmutm@cy55.de +# Copyright (c) 2011 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,8 +18,6 @@ """ Schemas and Fields. - -$Id$ """ from zope import schema