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 | 9c4f0d37b058f52e2624e06087968e3f86b7f780 (patch) | |
tree | ee80532902d05e5e8dec85d0146b1faa1072e622 /utils.py | |
parent | 73f0d1cde95c2c66206251df5804f1bcd6e056ff (diff) | |
download | astroid-git-9c4f0d37b058f52e2624e06087968e3f86b7f780.tar.gz |
handle Subscripts and Slices for _nodes_compiler
--HG--
branch : _ast_compat
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', |