move import

This commit is contained in:
Thomas Vander Stichele
2012-12-02 21:57:15 +00:00
parent 0a0aadfc30
commit 5ddeca949e

View File

@@ -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: