From 221f01e0e988bdeffe40452ba4ba4aeeb96cc304 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 2 Sep 2012 13:33:53 +0200 Subject: [PATCH] Import ascii letters for trailers --- couchpotato/core/providers/trailer/hdtrailers/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/trailer/hdtrailers/main.py b/couchpotato/core/providers/trailer/hdtrailers/main.py index 35594eee..09e24036 100644 --- a/couchpotato/core/providers/trailer/hdtrailers/main.py +++ b/couchpotato/core/providers/trailer/hdtrailers/main.py @@ -3,7 +3,7 @@ from couchpotato.core.helpers.encoding import tryUrlencode from couchpotato.core.helpers.variable import mergeDicts, getTitle from couchpotato.core.logger import CPLog from couchpotato.core.providers.trailer.base import TrailerProvider -from string import letters, digits +from string import digits, ascii_letters import re log = CPLog(__name__)