1
0
forked from VimPlug/jedi

Fix a few tokenize tests and merge them back together.

This commit is contained in:
Dave Halter
2014-11-26 16:09:28 +01:00
parent f43c371467
commit cc1098b93c
4 changed files with 12 additions and 35 deletions

View File

@@ -33,7 +33,7 @@ STATEMENT_KEYWORDS = 'assert', 'del', 'global', 'nonlocal', 'raise', \
_loaded_grammars = {}
def load_grammar(file):
def load_grammar(file='grammar3.4'):
global _loaded_grammars
path = os.path.join(os.path.dirname(__file__), file) + '.txt'
try: