summaryrefslogtreecommitdiff
path: root/raw_building.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2014-07-24 13:54:35 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2014-07-24 13:54:35 +0200
commit662ca1ce434ff233b2afcb0b4f2eb855f18b547e (patch)
tree05e5c23daf8483fc25612bb0610ca52f4e12331a /raw_building.py
parent85936bd1945c82b21156a09a97a8c46a18177b9e (diff)
downloadastroid-662ca1ce434ff233b2afcb0b4f2eb855f18b547e.tar.gz
restore the print
Diffstat (limited to 'raw_building.py')
-rw-r--r--raw_building.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/raw_building.py b/raw_building.py
index c2739df..99ceabd 100644
--- a/raw_building.py
+++ b/raw_building.py
@@ -331,6 +331,7 @@ Astroid_BUILDER = InspectBuilder()
_CONST_PROXY = {}
def astroid_bootstrapping():
"""astroid boot strapping the builtins module"""
+ print 'astroid_bootstrapping'
# this boot strapping is necessary since we need the Const nodes to
# inspect_build builtins, and then we can proxy Const
from logilab.common.compat import builtins