[SCM] morituri/master: move import
    js at users.alioth.debian.org 
    js at users.alioth.debian.org
       
    Sun Oct 19 20:09:48 UTC 2014
    
    
  
The following commit has been merged in the master branch:
commit 5ddeca949ea64449d163aa878eb0d91d1b055c3e
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Dec 2 21:57:15 2012 +0000
    move import
diff --git a/morituri/common/program.py b/morituri/common/program.py
index 5d30dcf..7652677 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -99,7 +99,7 @@ class Program(log.Loggable):
         """
         path = self._getTableCachePath()
 
-        pcache = common.PersistedCache(path)
+        pcache = cache.PersistedCache(path)
         ptable = pcache.get(cddbdiscid)
 
         if not ptable.object:
-- 
morituri packaging
    
    
More information about the pkg-multimedia-commits
mailing list