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: