1
0
forked from VimPlug/jedi

first steps to world domination -> removal of the hackish sys.path modifications

This commit is contained in:
Dave Halter
2013-12-24 16:22:48 +01:00
parent 4e68856cc4
commit 7bf6ff768c
6 changed files with 6 additions and 14 deletions

View File

@@ -2,8 +2,8 @@
import sys
import contextlib
import functools
import tokenizer as tokenize
from jedi.parser import tokenizer as tokenize
from jedi._compatibility import next, reraise
from jedi import settings