From c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 24 Mar 2010 00:13:00 -0700 Subject: Remove all svn $Id keywords. --- pym/portage/elog/__init__.py | 1 - pym/portage/elog/filtering.py | 1 - pym/portage/elog/messages.py | 1 - pym/portage/elog/mod_custom.py | 1 - pym/portage/elog/mod_echo.py | 1 - pym/portage/elog/mod_mail.py | 1 - pym/portage/elog/mod_mail_summary.py | 1 - pym/portage/elog/mod_save.py | 1 - pym/portage/elog/mod_save_summary.py | 1 - pym/portage/elog/mod_syslog.py | 1 - 10 files changed, 10 deletions(-) (limited to 'pym/portage/elog') diff --git a/pym/portage/elog/__init__.py b/pym/portage/elog/__init__.py index 15e8c9bce..f1f2aea0c 100644 --- a/pym/portage/elog/__init__.py +++ b/pym/portage/elog/__init__.py @@ -1,7 +1,6 @@ # elog/__init__.py - elog core functions # Copyright 2006-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ import portage portage.proxy.lazyimport.lazyimport(globals(), diff --git a/pym/portage/elog/filtering.py b/pym/portage/elog/filtering.py index d834edd3a..2e154242b 100644 --- a/pym/portage/elog/filtering.py +++ b/pym/portage/elog/filtering.py @@ -1,7 +1,6 @@ # elog/messages.py - elog core functions # Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ from portage.const import EBUILD_PHASES diff --git a/pym/portage/elog/messages.py b/pym/portage/elog/messages.py index b2a2dc4cf..6b4561fe7 100644 --- a/pym/portage/elog/messages.py +++ b/pym/portage/elog/messages.py @@ -1,7 +1,6 @@ # elog/messages.py - elog core functions # Copyright 2006-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ import portage portage.proxy.lazyimport.lazyimport(globals(), diff --git a/pym/portage/elog/mod_custom.py b/pym/portage/elog/mod_custom.py index 0bcd42a95..e1a5223d6 100644 --- a/pym/portage/elog/mod_custom.py +++ b/pym/portage/elog/mod_custom.py @@ -1,7 +1,6 @@ # elog/mod_custom.py - elog dispatch module # Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ import portage.elog.mod_save, portage.process, portage.exception diff --git a/pym/portage/elog/mod_echo.py b/pym/portage/elog/mod_echo.py index 1df2fca3b..1943caaf3 100644 --- a/pym/portage/elog/mod_echo.py +++ b/pym/portage/elog/mod_echo.py @@ -1,7 +1,6 @@ # elog/mod_echo.py - elog dispatch module # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ from __future__ import print_function diff --git a/pym/portage/elog/mod_mail.py b/pym/portage/elog/mod_mail.py index 96e45ba21..086c683a6 100644 --- a/pym/portage/elog/mod_mail.py +++ b/pym/portage/elog/mod_mail.py @@ -1,7 +1,6 @@ # elog/mod_mail.py - elog dispatch module # Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ import portage.mail, socket from portage.exception import PortageException diff --git a/pym/portage/elog/mod_mail_summary.py b/pym/portage/elog/mod_mail_summary.py index 3ea0e6fe9..97c9efa1e 100644 --- a/pym/portage/elog/mod_mail_summary.py +++ b/pym/portage/elog/mod_mail_summary.py @@ -1,7 +1,6 @@ # elog/mod_mail_summary.py - elog dispatch module # Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ import portage from portage.exception import PortageException diff --git a/pym/portage/elog/mod_save.py b/pym/portage/elog/mod_save.py index b1c38061d..ac21fb8c5 100644 --- a/pym/portage/elog/mod_save.py +++ b/pym/portage/elog/mod_save.py @@ -1,7 +1,6 @@ # elog/mod_save.py - elog dispatch module # Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ import codecs import time diff --git a/pym/portage/elog/mod_save_summary.py b/pym/portage/elog/mod_save_summary.py index 605b96190..ea8233fda 100644 --- a/pym/portage/elog/mod_save_summary.py +++ b/pym/portage/elog/mod_save_summary.py @@ -1,7 +1,6 @@ # elog/mod_save_summary.py - elog dispatch module # Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ import codecs import time diff --git a/pym/portage/elog/mod_syslog.py b/pym/portage/elog/mod_syslog.py index d7e955f81..d385255b2 100644 --- a/pym/portage/elog/mod_syslog.py +++ b/pym/portage/elog/mod_syslog.py @@ -1,7 +1,6 @@ # elog/mod_syslog.py - elog dispatch module # Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ import sys import syslog -- cgit v1.2.3-1-g7c22