From: Marius Mauch Date: Fri, 6 Jul 2007 00:23:34 +0000 (-0000) Subject: Enable keyword expansion X-Git-Tag: v2.2_pre1~1074 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=37bcfdd1c46a27329c18cbabd9b3229d087ab5d3;p=portage.git Enable keyword expansion svn path=/main/trunk/; revision=7169 --- diff --git a/pym/portage/mail.py b/pym/portage/mail.py index 7c326b039..0c39b4cc9 100644 --- a/pym/portage/mail.py +++ b/pym/portage/mail.py @@ -1,7 +1,7 @@ # portage.py -- core Portage functionality # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: portage.py 3483 2006-06-10 21:40:40Z genone $ +# $Id$ import portage.exception, socket, smtplib, os, sys, time from email.MIMEText import MIMEText as TextMessage