[yum-cvs] yum-updatesd
Seth Vidal
skvidal at linux.duke.edu
Thu Oct 18 03:31:17 UTC 2007
yum-updatesd | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 17d9037079085a3ffa3024b8fdc835852ec14d7e
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Wed Oct 17 23:29:03 2007 -0400
import string to avoids silly traceback with email enabled
diff --git a/yum-updatesd b/yum-updatesd
index 100c405..a87c3a8 100755
--- a/yum-updatesd
+++ b/yum-updatesd
@@ -25,6 +25,7 @@
import os, sys
import syslog
+import string
import subprocess
from optparse import OptionParser
More information about the Yum-cvs-commits
mailing list