Add the flask plugin and move the import hacks there

This commit is contained in:
Dave Halter
2018-07-23 04:04:21 +02:00
parent 8a9202135b
commit 27ab4ba339
5 changed files with 38 additions and 13 deletions
+1 -1
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)