Remove unused CP automation provider

This commit is contained in:
Ruud
2014-01-21 21:46:03 +01:00
parent f3dee50448
commit 405b63acdd
2 changed files with 0 additions and 18 deletions

View File

@@ -1,7 +0,0 @@
from .main import CP
def start():
return CP()
config = []

View File

@@ -1,11 +0,0 @@
from couchpotato.core.logger import CPLog
from couchpotato.core.providers.automation.base import Automation
log = CPLog(__name__)
class CP(Automation):
def getMovies(self):
return []