From 2a60b121000b7871eb4a38b1a9b34b06fd94ec1e Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Wed, 6 Feb 2013 10:18:44 +0100 Subject: [PATCH] minor fixes --- relation/__init__.py | 4 +--- relation/registry.py | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/relation/__init__.py b/relation/__init__.py index 7df847a..13b445d 100644 --- a/relation/__init__.py +++ b/relation/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- # -*- Mode: Python; py-indent-offset: 4 -*- # -# Copyright (c) 2005 Helmut Merz helmutm@cy55.de +# Copyright (c) 2013 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 @@ -21,8 +21,6 @@ """ The relation package provides all you need for setting up dyadic and triadic relations. - -$Id$ """ from persistent import Persistent diff --git a/relation/registry.py b/relation/registry.py index 275d073..5fa7a31 100644 --- a/relation/registry.py +++ b/relation/registry.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2011 Helmut Merz helmutm@cy55.de +# Copyright (c) 2013 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 @@ """ Implementation of the utilities needed for the relations package. - -$Id$ """ from logging import getLogger