diff --git a/couchpotato/core/plugins/base.py b/couchpotato/core/plugins/base.py index ec84c2cb..6028c28b 100644 --- a/couchpotato/core/plugins/base.py +++ b/couchpotato/core/plugins/base.py @@ -4,6 +4,7 @@ from couchpotato.core.helpers.variable import getExt from couchpotato.core.logger import CPLog from couchpotato.environment import Env from flask.helpers import send_from_directory +from urlparse import urlparse import glob import math import os.path @@ -12,7 +13,6 @@ import socket import time import urllib import urllib2 -import urlparse log = CPLog(__name__)