plugin handling ...
This commit is contained in:
parent
d469a4904f
commit
e196991c54
|
@ -590,3 +590,13 @@ class factory :
|
||||||
if 'start' in _args and _args['start'] == True :
|
if 'start' in _args and _args['start'] == True :
|
||||||
pthread.start()
|
pthread.start()
|
||||||
return pthread
|
return pthread
|
||||||
|
|
||||||
|
class plugins:
|
||||||
|
@staticmethod
|
||||||
|
def load(_config):
|
||||||
|
"""
|
||||||
|
This function attempts to load the plugins to insure they are valid
|
||||||
|
_config configuration for plugin specifications {pre:{pipeline,path},post:{pipeline,path}}
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue