mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-23 20:31:48 +08:00
Didn't load grammar for Python 2.6 correctly.
This commit is contained in:
@@ -47,7 +47,7 @@ def load_grammar(version='3.4'):
|
||||
if version in ('3.2', '3.3'):
|
||||
version = '3.4'
|
||||
elif version == '2.6':
|
||||
version == '2.7'
|
||||
version = '2.7'
|
||||
|
||||
file = 'grammar' + version + '.txt'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user