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

@@ -13,15 +13,13 @@ Basically :mod:`modules` offers the classes:
Apart from those classes there's a ``sys.path`` fetching function, as well as
`Virtual Env` and `Django` detection.
"""
from __future__ import with_statement
import re
import sys
import os
from jedi import cache
from jedi.common import source_to_unicode
from jedi.parser import tokenizer as tokenize
from jedi.parser import tokenize
from jedi.parser import fast
from jedi import debug