From 013f9a2134390abf75e5120bebdbf06ca1e4f993 Mon Sep 17 00:00:00 2001 From: echel0n Date: Wed, 11 Jun 2014 07:14:29 -0700 Subject: [PATCH] Reverted episode cache changes --- sickbeard/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sickbeard/__init__.py b/sickbeard/__init__.py index f1bb4b77..070d1b12 100644 --- a/sickbeard/__init__.py +++ b/sickbeard/__init__.py @@ -48,7 +48,6 @@ from indexers.indexer_exceptions import indexer_shownotfound, indexer_exception, indexer_attributenotfound, indexer_seasonnotfound, indexer_userabort, indexerExcepts from sickbeard.common import SD, SKIPPED, NAMING_REPEAT from sickbeard.databases import mainDB, cache_db, failed_db -from sickbeard.tv import episodeCache from lib.configobj import ConfigObj