[jhbuild] add missing import



commit 9df106cfebae95c7c3f9e923ba0fbba8d121f671
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Jul 7 10:58:29 2009 +0200

    add missing import

 jhbuild/monkeypatch.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/monkeypatch.py b/jhbuild/monkeypatch.py
index 7d30373..12ad8ba 100644
--- a/jhbuild/monkeypatch.py
+++ b/jhbuild/monkeypatch.py
@@ -18,6 +18,7 @@
 # extras not found in old versions of Python
 
 import sys
+import __builtin__
 
 # Windows lacks all sorts of subprocess features that we need to kludge around
 if sys.platform.startswith('win'):



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