summaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-03-18 15:14:58 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-03-18 15:14:58 +0100
commit9c4f0d37b058f52e2624e06087968e3f86b7f780 (patch)
treeee80532902d05e5e8dec85d0146b1faa1072e622 /utils.py
parent73f0d1cde95c2c66206251df5804f1bcd6e056ff (diff)
downloadastroid-git-9c4f0d37b058f52e2624e06087968e3f86b7f780.tar.gz
handle Subscripts and Slices for _nodes_compiler
--HG-- branch : _ast_compat
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index 49b6a79d..1306354a 100644
--- a/utils.py
+++ b/utils.py
@@ -243,7 +243,6 @@ REDIRECT = {'Attribute': 'Getattr',
'ImportFrom': 'From',
'keyword': 'Keyword',
'Repr': 'Backquote',
- 'Sliceobj': 'Slice',
'Add': 'BinOp',
'Bitand': 'BinOp',