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

@@ -16,7 +16,7 @@ import difflib
from jedi import common
from jedi.evaluate import helpers
from jedi.parser import representation as pr
from jedi.parser import tree as pt
class Refactoring(object):