[jhbuild] uninstall: Add missing logging import



commit 427a1c734160fec46489b9bb59b37587c9b29591
Author: Colin Walters <walters verbum org>
Date:   Fri Jul 22 16:10:57 2011 -0400

    uninstall: Add missing logging import

 jhbuild/commands/uninstall.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/uninstall.py b/jhbuild/commands/uninstall.py
index e77f8d6..9c21f3d 100644
--- a/jhbuild/commands/uninstall.py
+++ b/jhbuild/commands/uninstall.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
 from optparse import make_option
 
 import jhbuild.moduleset



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