aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-07-06 00:23:34 +0000
committerMarius Mauch <genone@gentoo.org>2007-07-06 00:23:34 +0000
commit37bcfdd1c46a27329c18cbabd9b3229d087ab5d3 (patch)
tree36a12e87cc9ac106a8e8044c52cf298b03c5621e /pym/portage/mail.py
parentadd modified copy of gentoolkits glsa.py (r410) (diff)
downloadportage-37bcfdd1c46a27329c18cbabd9b3229d087ab5d3.tar.gz
portage-37bcfdd1c46a27329c18cbabd9b3229d087ab5d3.tar.bz2
portage-37bcfdd1c46a27329c18cbabd9b3229d087ab5d3.zip
Enable keyword expansion
svn path=/main/trunk/; revision=7169
Diffstat (limited to 'pym/portage/mail.py')
-rw-r--r--pym/portage/mail.py2
1 files changed, 1 insertions, 1 deletions
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