summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-06-10 21:40:40 +0000
committerMarius Mauch <genone@gentoo.org>2006-06-10 21:40:40 +0000
commit4688f15f215f2d09a52238f059eca56761aaa014 (patch)
tree2f639025198b677df11f02371672727aab1f39cf /pym/portage_exception.py
parentDo not unmerge fifo files because, since their mtime is not stored in CONTENT... (diff)
downloadportage-multirepo-4688f15f215f2d09a52238f059eca56761aaa014.tar.gz
portage-multirepo-4688f15f215f2d09a52238f059eca56761aaa014.tar.bz2
portage-multirepo-4688f15f215f2d09a52238f059eca56761aaa014.zip
make elog mail module always set the 'From' header for rfc2822 compliance
svn path=/main/trunk/; revision=3483
Diffstat (limited to 'pym/portage_exception.py')
-rw-r--r--pym/portage_exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage_exception.py b/pym/portage_exception.py
index c90b1756..57eafb50 100644
--- a/pym/portage_exception.py
+++ b/pym/portage_exception.py
@@ -1,6 +1,6 @@
# Copyright 1998-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_exception.py,v 1.8.2.1 2005/01/16 02:35:33 carpaski Exp $
+# $Id$
class PortageException(Exception):