1
0
forked from VimPlug/jedi

the whole import thing seems to be working

This commit is contained in:
Dave Halter
2013-12-24 16:28:28 +01:00
parent 7bf6ff768c
commit cf4b2c4557
4 changed files with 8 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ Apart from those classes there's a ``sys.path`` fetching function, as well as
from __future__ import with_statement
import re
import tokenizer as tokenize
import sys
import os
from ast import literal_eval
@@ -24,6 +23,7 @@ from ast import literal_eval
from jedi._compatibility import exec_function, unicode
from jedi import cache
from jedi.parser import representation as pr
from jedi.parser import tokenizer as tokenize
from jedi.parser import fast
from jedi import debug
from jedi import common