From: Frank Brehm Date: Mon, 5 Dec 2011 21:55:38 +0000 (+0100) Subject: Subversion Tags entfernt X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=d8f6c255b3930bd9bc4511648d1be5e8d5b9d3fd;p=my-stuff%2Fipv6-hostpart.git Subversion Tags entfernt --- diff --git a/bin/ipv6-hostpart.py b/bin/ipv6-hostpart.py index 04e11d1..07cc82d 100755 --- a/bin/ipv6-hostpart.py +++ b/bin/ipv6-hostpart.py @@ -1,9 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# $Id$ -# $URL$ - import sys import re import pprint @@ -11,14 +8,10 @@ import pprint from fbrehm.common.getopt import BaseOptParser from net.ll_hw_address import LlHardwareAddress -revision = '$Revision$' -revision = re.sub( r'\$', '', revision ) -revision = re.sub( r'Revision: ', r'r', revision ) - __author__ = 'Frank Brehm ' __contact__ = 'frank@brehm-online.com' __copyright__ = '(C) 2010 by Frank Brehm, Berlin' -__version__ = '0.0.2 ' + revision +__version__ = '0.0.2' __license__ = 'GPL3' opt_parser = BaseOptParser( diff --git a/bin/net/ll_hw_address.py b/bin/net/ll_hw_address.py index 587941d..7ab766a 100755 --- a/bin/net/ll_hw_address.py +++ b/bin/net/ll_hw_address.py @@ -1,9 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# $Id$ -# $URL$ - ''' @author: Frank Brehm @contact: frank@brehm-online.com