1
0
forked from VimPlug/jedi

Add the flask plugin and move the import hacks there

This commit is contained in:
Dave Halter
2018-07-23 04:04:07 +02:00
parent 8a9202135b
commit 27ab4ba339
5 changed files with 38 additions and 13 deletions

View File

@@ -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)