ClassContext is now importable from context.

This commit is contained in:
Dave Halter
2017-09-30 16:57:28 +02:00
parent 3c75f27376
commit 2c81bd919e
7 changed files with 8 additions and 9 deletions
+1
View File
@@ -1,3 +1,4 @@
from jedi.evaluate.context.lazy import AbstractLazyContext, LazyKnownContext, \
LazyKnownContexts, LazyTreeContext, LazyUnknownContext, get_merged_lazy_context
from jedi.evaluate.context.module import ModuleContext
from jedi.evaluate.context.klass import ClassContext