forked from VimPlug/jedi
Add the flask plugin and move the import hacks there
This commit is contained in:
@@ -12,7 +12,7 @@ class BasePlugin(object):
|
||||
"""
|
||||
return callback
|
||||
|
||||
def import_module(callback):
|
||||
def import_module(self, callback):
|
||||
"""
|
||||
Decorates the
|
||||
import_module(evaluator, import_path, sys_path, add_error_callback)
|
||||
|
||||
Reference in New Issue
Block a user