From 4071a07c4a760f1b043b4469d871ddc34f36347d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20K=C3=A5berg?= Date: Fri, 1 Mar 2013 14:21:39 +0100 Subject: [PATCH] include create_destination --- extractor/extractor.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extractor/extractor.py b/extractor/extractor.py index 4f4786dc..282fdc7c 100644 --- a/extractor/extractor.py +++ b/extractor/extractor.py @@ -3,6 +3,9 @@ import sys import logging from subprocess import call +from TorrentToMedia import create_destination + + Logger = logging.getLogger() # which() and os_platform() breaks when running in Transmission (has to do with os.environ)