[yum-commits] package-cleanup.py
Tim Lauridsen
timlau at osuosl.org
Sun May 2 08:38:51 UTC 2010
package-cleanup.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 25834f6db22f2130742a71bcd385f5e81916a818
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Sun May 2 12:38:46 2010 +0200
add missing import
diff --git a/package-cleanup.py b/package-cleanup.py
index bb9b669..cce5c99 100755
--- a/package-cleanup.py
+++ b/package-cleanup.py
@@ -31,6 +31,7 @@ import os
import re
import yum.depsolve # For flags
+from yum.Errors import YumBaseError
from rpmUtils import miscutils, arch
from optparse import OptionGroup
More information about the Yum-commits
mailing list