1
0
forked from VimPlug/jedi

Move base_context -> base_value

This commit is contained in:
Dave Halter
2019-08-15 00:40:34 +02:00
parent a5dff65142
commit 9e23f4d67b
34 changed files with 38 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ Decorators are not really contexts, however we need some wrappers to improve
docstrings and other things around decorators.
'''
from jedi.inference.base_context import ContextWrapper
from jedi.inference.base_value import ContextWrapper
class Decoratee(ContextWrapper):