1
0
forked from VimPlug/jedi

removed line from tokenizer

This commit is contained in:
Dave Halter
2014-02-16 15:28:18 +01:00
parent 22928dbcd0
commit bb111daf91
3 changed files with 25 additions and 29 deletions

View File

@@ -65,7 +65,7 @@ class UserContext(object):
force_point = False
last_type = None
try:
for token_type, tok, start, end, line in gen:
for token_type, tok, start, end in gen:
# print 'tok', token_type, tok, force_point
if last_type == token_type == tokenize.NAME:
string += ' '