summaryrefslogtreecommitdiff
path: root/nodes.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-11-25 19:17:36 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-11-25 19:17:36 +0100
commit64ea2049c068a1e99bc036a650af94f22c76c796 (patch)
treea380f376212d46c9e7fbb4c26de58cf00a3f9dbd /nodes.py
parent61df5384faee1c38e4881a81a00183be6861ed6f (diff)
downloadastroid-git-64ea2049c068a1e99bc036a650af94f22c76c796.tar.gz
remove most factory functions and create instances
--HG-- branch : rebuild
Diffstat (limited to 'nodes.py')
-rw-r--r--nodes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nodes.py b/nodes.py
index b015820a..e42da0d8 100644
--- a/nodes.py
+++ b/nodes.py
@@ -44,7 +44,6 @@ from itertools import imap
from logilab.astng._exceptions import UnresolvableName, NotFoundError, \
InferenceError, ASTNGError
from logilab.astng.utils import REDIRECT
-from logilab.astng._nodes import class_factory, module_factory
from logilab.astng.node_classes import (Arguments, AssAttr, Assert,
Assign, AugAssign, Backquote, BinOp, BoolOp, Break, CallFunc, Compare,