forked from VimPlug/jedi
Remove fakes, RIP
This commit is contained in:
@@ -364,7 +364,6 @@ class DirectObjectAccess(object):
|
||||
yield builtins
|
||||
else:
|
||||
try:
|
||||
# TODO use sys.modules, __module__ can be faked.
|
||||
yield sys.modules[imp_plz]
|
||||
except KeyError:
|
||||
# __module__ can be something arbitrary that doesn't exist.
|
||||
|
||||
Reference in New Issue
Block a user