From 63937f7dcf3af3f18fdc7fc5b61260f12b9111f1 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 6 Mar 2013 11:39:45 -0800 Subject: [PATCH] Import logging --- autoProcessComics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autoProcessComics.py b/autoProcessComics.py index f26b26be..d10d06e5 100644 --- a/autoProcessComics.py +++ b/autoProcessComics.py @@ -3,6 +3,7 @@ import urllib import os.path import time import ConfigParser +import logging from nzbToMediaEnv import * from nzbToMediaSceneExceptions import process_all_exceptions