From 5ddeca949ea64449d163aa878eb0d91d1b055c3e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 2 Dec 2012 21:57:15 +0000 Subject: [PATCH] move import --- morituri/common/program.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: