diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2009-02-25 17:54:57 +0100 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-02-25 17:54:57 +0100 |
| commit | 239e3d7564437e2ab840aea820214b384cd1b431 (patch) | |
| tree | e8a3387c0d8d0f7e62006fe85ece685df63f36f9 /manager.py | |
| parent | a01a2c93d5993f7be820a6699936172c7bbeec9d (diff) | |
| download | astroid-git-239e3d7564437e2ab840aea820214b384cd1b431.tar.gz | |
remove all getChildNodes
--HG--
branch : _ast_compat
Diffstat (limited to 'manager.py')
| -rw-r--r-- | manager.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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), |
