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
commite63462068f0a7e86bce339fa2fdabb8293b989fb (patch)
tree8f393666b1f1e44eec816e6bac84814362735762 /utils.py
parentba86f67098fe4cd437c39c03852e5db35c5d6079 (diff)
downloadastroid-e63462068f0a7e86bce339fa2fdabb8293b989fb.tar.gz
handle Subscripts and Slices for _nodes_compiler
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 49b6a79..1306354 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',