diff options
| author | Ceridwen <ceridwenv@gmail.com> | 2015-08-14 12:02:40 -0400 |
|---|---|---|
| committer | Ceridwen <ceridwenv@gmail.com> | 2015-08-14 12:02:40 -0400 |
| commit | c39599ad4f32608cb03e680516678a8fd1ba4dee (patch) | |
| tree | ad7c279bb7a3b34241547ca3d0b079c396533f5f /astroid/__init__.py | |
| parent | 43f27a00205f5b9b4a341a2c2e3f645dffe14904 (diff) | |
| parent | d7294bd79062a4f47db8a761d79e6c1dd166bc72 (diff) | |
| download | astroid-git-c39599ad4f32608cb03e680516678a8fd1ba4dee.tar.gz | |
Merge main into default
Diffstat (limited to 'astroid/__init__.py')
| -rw-r--r-- | astroid/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astroid/__init__.py b/astroid/__init__.py index 3a8fdc01..25f00bc4 100644 --- a/astroid/__init__.py +++ b/astroid/__init__.py @@ -60,10 +60,11 @@ from astroid import inference # more stuff available from astroid import raw_building -from astroid.bases import YES, Instance, BoundMethod, UnboundMethod +from astroid.bases import Instance, BoundMethod, UnboundMethod from astroid.node_classes import are_exclusive, unpack_infer from astroid.scoped_nodes import builtin_lookup from astroid.builder import parse +from astroid.util import YES # make a manager instance (borg) accessible from astroid package from astroid.manager import AstroidManager |
