From 6021d9917501a3beae82da92d4b109a8039b952c Mon Sep 17 00:00:00 2001 From: Berkona Date: Tue, 19 Feb 2013 23:16:12 -0500 Subject: [PATCH] Fixed logging in TorrentToMedia (forgot to import a module) --- TorrentToMedia.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 34aa5429..77fee771 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -2,9 +2,10 @@ #System imports import ConfigParser +import logging +import shutil import sys import os -import shutil # Custom imports import linktastic.linktastic as linktastic