diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2009-11-25 18:45:19 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-11-25 18:45:19 +0100 |
commit | 61df5384faee1c38e4881a81a00183be6861ed6f (patch) | |
tree | 622dec29438dc1f942298ac694384fca0deb674e /inference.py | |
parent | 6b59dfa123bb3cfb7474ba321f3ea813bf07e3c8 (diff) | |
download | astroid-git-61df5384faee1c38e4881a81a00183be6861ed6f.tar.gz |
moving stuff around to avoid circular imports
--HG--
branch : rebuild
Diffstat (limited to 'inference.py')
-rw-r--r-- | inference.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inference.py b/inference.py index 9e60662f..1bd424b7 100644 --- a/inference.py +++ b/inference.py @@ -404,3 +404,4 @@ def infer_empty_node(self, context=None): except ASTNGError: yield YES nodes.EmptyNode.infer = path_wrapper(infer_empty_node) + |