From 0710d2929d7102bd1537fa6283d43f099e883433 Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 5 Jul 2012 22:32:54 +0200 Subject: [PATCH] Unused import --- couchpotato/core/downloaders/pneumatic/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/downloaders/pneumatic/main.py b/couchpotato/core/downloaders/pneumatic/main.py index c518eff4..57e47e60 100644 --- a/couchpotato/core/downloaders/pneumatic/main.py +++ b/couchpotato/core/downloaders/pneumatic/main.py @@ -3,7 +3,6 @@ from couchpotato.core.downloaders.base import Downloader from couchpotato.core.logger import CPLog import os import traceback -import sys log = CPLog(__name__)