summaryrefslogtreecommitdiff
path: root/manager.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-02-25 17:54:57 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-02-25 17:54:57 +0100
commit239e3d7564437e2ab840aea820214b384cd1b431 (patch)
treee8a3387c0d8d0f7e62006fe85ece685df63f36f9 /manager.py
parenta01a2c93d5993f7be820a6699936172c7bbeec9d (diff)
downloadastroid-git-239e3d7564437e2ab840aea820214b384cd1b431.tar.gz
remove all getChildNodes
--HG-- branch : _ast_compat
Diffstat (limited to 'manager.py')
-rw-r--r--manager.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/manager.py b/manager.py
index d307fd81..031f02fd 100644
--- a/manager.py
+++ b/manager.py
@@ -373,9 +373,6 @@ class Project:
def get_module(self, name):
return self.locals[name]
-
- def getChildNodes(self):
- return self.modules
def __repr__(self):
return '<Project %r at %s (%s modules)>' % (self.name, id(self),