summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-03-04 14:37:15 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-03-04 14:37:15 +0100
commit51f139b5c236c76dc2681c79600178cb1d7a7cc3 (patch)
tree93db65dd262fbfef945ff24b99c608c6150654db
parentfb9de009d05656e580528fb86e0d2d13ce1c104b (diff)
downloadastroid-git-51f139b5c236c76dc2681c79600178cb1d7a7cc3.tar.gz
expose some more stuff for pylint
--HG-- branch : rebuild
-rw-r--r--__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
index b15010ae..d62be122 100644
--- a/__init__.py
+++ b/__init__.py
@@ -63,4 +63,6 @@ from logilab.astng import inference
# more stuff available
from logilab.astng import raw_building
from logilab.astng.bases import YES, Instance, BoundMethod, UnboundMethod
+from logilab.astng.node_classes import are_exclusive, unpack_infer
+from logilab.astng.scoped_nodes import builtin_lookup