diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2009-09-03 10:31:04 +0200 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-09-03 10:31:04 +0200 |
| commit | 1ab963c638f896daf2a567be61aab4a7725c267f (patch) | |
| tree | d78a5ae4017accd36e93318749c20a51e278633c /nodes.py | |
| parent | 481654202ba1e5400b3c75c4d8b71ad911faebb2 (diff) | |
| download | astroid-git-1ab963c638f896daf2a567be61aab4a7725c267f.tar.gz | |
[C] ID_RGX never used
Diffstat (limited to 'nodes.py')
| -rw-r--r-- | nodes.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -51,10 +51,6 @@ from logilab.astng.utils import extend_class, REDIRECT INFER_NEED_NAME_STMTS = (From, Import, Global, TryExcept) LOOP_SCOPES = (Comprehension, For,) -import re -ID_RGX = re.compile('^[a-zA-Z_][a-zA-Z_0-9]*$') -del re - # astng fields definition #################################################### Arguments._astng_fields = ('args', 'defaults') AssAttr._astng_fields = ('expr',) |
