[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.45-35-g3633050

Andreas Beckmann debian at abeckmann.de
Wed Jun 27 20:03:54 UTC 2012


The following commit has been merged in the develop branch:
commit 100196ff5d690bdceec048c67ec8ea02d2d24a2c
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Jun 25 17:10:22 2012 +0200

    logdb: drop unused dircache
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/piupartslib/packagesdb.py b/piupartslib/packagesdb.py
index 5751bf1..bca29f4 100644
--- a/piupartslib/packagesdb.py
+++ b/piupartslib/packagesdb.py
@@ -24,7 +24,6 @@ Lars Wirzenius <liw at iki.fi>
 """
 
 
-import dircache
 import os
 import tempfile
 import time
@@ -163,9 +162,6 @@ class PackagesFile(UserDict.UserDict):
 
 class LogDB:
 
-    def listdir(self, dirname):
-        return dircache.listdir(dirname)
-
     def exists(self, pathname):
         try:
             cache = self.exists_cache

-- 
piuparts git repository



More information about the Piuparts-commits mailing list