* [gentoo-commits] portage r15686 - main/branches/2.1.7/pym/_emerge
@ 2010-03-02 21:07 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-02 21:07 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2010-03-02 21:07:13 +0000 (Tue, 02 Mar 2010)
New Revision: 15686
Modified:
main/branches/2.1.7/pym/_emerge/clear_caches.py
Log:
Fix reference to portage.util.listdir.dircache. (trunk r15477)
Modified: main/branches/2.1.7/pym/_emerge/clear_caches.py
===================================================================
--- main/branches/2.1.7/pym/_emerge/clear_caches.py 2010-03-02 21:07:01 UTC (rev 15685)
+++ main/branches/2.1.7/pym/_emerge/clear_caches.py 2010-03-02 21:07:13 UTC (rev 15686)
@@ -4,6 +4,7 @@
import gc
import portage
+from portage.util.listdir import dircache
def clear_caches(trees):
for d in trees.values():
@@ -11,5 +12,5 @@
d["porttree"].dbapi._aux_cache.clear()
d["bintree"].dbapi._aux_cache.clear()
d["bintree"].dbapi._clear_cache()
- portage.dircache.clear()
+ dircache.clear()
gc.collect()
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-02 21:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 21:07 [gentoo-commits] portage r15686 - main/branches/2.1.7/pym/_emerge Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox