[yum-git] yum/packageSack.py
James Antill
james at linux.duke.edu
Tue Mar 18 20:40:40 UTC 2008
yum/packageSack.py | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 28c76e5e2e68082617618393a8f3262d3566b426
Author: James Antill <james at and.org>
Date: Tue Mar 18 16:40:37 2008 -0400
Make the unit tests happy again, and skvidal by proxy :)
diff --git a/yum/packageSack.py b/yum/packageSack.py
index 319692b..1a2169f 100644
--- a/yum/packageSack.py
+++ b/yum/packageSack.py
@@ -488,6 +488,10 @@ class PackageSack(PackageSackBase):
elif failure == 'build':
self.buildIndexes()
+ def dropCachedData(self):
+ """ Do nothing, mainly for the testing code. """
+ pass
+
def setCompatArchs(self, compatarchs):
self.compatarchs = compatarchs
More information about the Yum-cvs-commits
mailing list