[copr] master: Fix the logging module to import logging.handlers (b3e6d22)

bkabrda at fedoraproject.org bkabrda at fedoraproject.org
Thu Jan 24 12:44:49 UTC 2013


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : master

>---------------------------------------------------------------

commit b3e6d2233ca388ae87e9f0eb8acb8d08d6597cab
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Thu Jan 24 13:44:42 2013 +0100

    Fix the logging module to import logging.handlers


>---------------------------------------------------------------

 coprs_frontend/coprs/log.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/coprs_frontend/coprs/log.py b/coprs_frontend/coprs/log.py
index 5fa61c3..60e24e1 100644
--- a/coprs_frontend/coprs/log.py
+++ b/coprs_frontend/coprs/log.py
@@ -1,4 +1,5 @@
 import logging
+import logging.handlers
 
 from coprs import app
 



More information about the copr-devel mailing list