1
0
forked from VimPlug/jedi

import changes so that all local imports are 'from jedi.* import *'

This commit is contained in:
Dave Halter
2013-12-25 18:48:04 +01:00
parent 002b7001ca
commit 05f7e6f4b5
4 changed files with 6 additions and 6 deletions

View File

@@ -3,9 +3,9 @@ Module to handle interpreted Python objects.
"""
import itertools
import tokenize
from jedi.parser import representation as pr
from jedi.parser import tokenizer as tokenize
from jedi.parser import token