1
0
forked from VimPlug/jedi

rename parser.tokenizer -> parser.tokenize

This commit is contained in:
Dave Halter
2014-01-05 13:38:14 +01:00
parent 261f49d3e2
commit 2e65fbb00f
6 changed files with 6 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ from jedi._compatibility import next, Python3Method, encoding, unicode, is_py3k
from jedi import common
from jedi import debug
from jedi import cache
from jedi.parser import tokenizer as tokenize
from jedi.parser import tokenize
class Base(object):