From 53dfbaae6768469d4f09b4181c1fcbffed2ff374 Mon Sep 17 00:00:00 2001 From: bdauvergne Date: Fri, 8 Oct 2010 12:53:46 +0000 Subject: [PATCH] [root] permit lasso logging git-svn-id: svn://localhost/lasso-conform/trunk@37 2a3a78c3-912c-0410-af21-e1fb2d1df599 --- lcs/root.ptl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lcs/root.ptl b/lcs/root.ptl index 47950ae..f824e60 100644 --- a/lcs/root.ptl +++ b/lcs/root.ptl @@ -23,6 +23,9 @@ from users import User from qommon.tokens import Token import subprocess +import logging + +logging.basicConfig() xmlindent = "/usr/bin/xmlindent"