fixed python-mode bug

--HG--
branch : pmacs2
This commit is contained in:
moculus 2009-02-15 17:10:06 +00:00
parent dd780d2f7e
commit 460e7b3004
1 changed files with 0 additions and 2 deletions

View File

@ -617,8 +617,6 @@ class Python(mode.Fundamental):
def __init__(self, w):
mode.Fundamental.__init__(self, w)
self.add_bindings('python-comment-region', ('C-c #',))
self.add_bindings('python-uncomment-region', ('C-u C-c #',))
self.add_bindings('close-paren', (')',))
self.add_bindings('close-brace', ('}',))
self.add_bindings('close-bracket', (']',))