diff options
| author | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-18 15:14:58 +0100 |
|---|---|---|
| committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-18 15:14:58 +0100 |
| commit | e63462068f0a7e86bce339fa2fdabb8293b989fb (patch) | |
| tree | 8f393666b1f1e44eec816e6bac84814362735762 /utils.py | |
| parent | ba86f67098fe4cd437c39c03852e5db35c5d6079 (diff) | |
| download | astroid-e63462068f0a7e86bce339fa2fdabb8293b989fb.tar.gz | |
handle Subscripts and Slices for _nodes_compiler
Diffstat (limited to 'utils.py')
| -rw-r--r-- | utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -243,7 +243,6 @@ REDIRECT = {'Attribute': 'Getattr', 'ImportFrom': 'From', 'keyword': 'Keyword', 'Repr': 'Backquote', - 'Sliceobj': 'Slice', 'Add': 'BinOp', 'Bitand': 'BinOp', |
