diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-07-24 13:54:35 +0200 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-07-24 13:54:35 +0200 |
commit | be87286f6b843e0191c9209c64ad1533fdd99d87 (patch) | |
tree | 7b803a93c394b9d40e64004dd8e532b09b350689 | |
parent | e9c208da68b0dc9b3654ac9fab8b8e38fb44f357 (diff) | |
download | astroid-git-be87286f6b843e0191c9209c64ad1533fdd99d87.tar.gz |
restore the print
-rw-r--r-- | raw_building.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raw_building.py b/raw_building.py index c2739df9..99ceabdf 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 |