public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] portage r15686 - main/branches/2.1.7/pym/_emerge
Date: Tue, 02 Mar 2010 21:07:38 +0000	[thread overview]
Message-ID: <E1NmZJa-000732-Ot@stork.gentoo.org> (raw)

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()




                 reply	other threads:[~2010-03-02 21:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NmZJa-000732-Ot@stork.gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox