1
0
forked from VimPlug/jedi

use tokenizer instead of tokenize in all modules

This commit is contained in:
David Halter
2013-04-20 09:52:54 +04:30
parent e2a6562384
commit d4428c497a
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ from __future__ import with_statement
import os
import re
import tokenize
import tokenizer as tokenize
from jedi._compatibility import next, literal_eval, cleandoc, Python3Method, \
encoding, property, unicode, is_py3k