[jhbuild] make: add missing logging import



commit f2cbfa856cc9942dd4c642f559e2b81c312fa65b
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Mon Oct 10 16:00:50 2011 -0400

    make: add missing logging import

 jhbuild/commands/make.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/make.py b/jhbuild/commands/make.py
index 07c54b5..ddba85c 100644
--- a/jhbuild/commands/make.py
+++ b/jhbuild/commands/make.py
@@ -17,6 +17,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+import logging
 import os
 import sys
 import time



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]