1
0
forked from VimPlug/jedi

moved modules.py -> parser/user_context.py

This commit is contained in:
Dave Halter
2014-01-05 14:13:59 +01:00
parent 3afda3cb3e
commit 5857b4dbc9
4 changed files with 7 additions and 9 deletions

View File

@@ -17,7 +17,6 @@ from __future__ import with_statement
import difflib
from jedi import common
from jedi import modules
from jedi import helpers
from jedi.parser import representation as pr