the client test for the python bindings are now attempting to use extensions, it doesn't seem to work properly yet though
This commit is contained in:
parent
2dea7f072c
commit
fa85e3848f
|
@ -202,6 +202,8 @@ def main():
|
|||
ses.listen_on(options.port, options.port + 10)
|
||||
ses.set_settings(settings)
|
||||
ses.set_severity_level(lt.alert.severity_levels.info)
|
||||
ses.add_extension(lt.create_ut_pex_plugin);
|
||||
ses.add_extension(lt.create_metadata_plugin);
|
||||
|
||||
handles = []
|
||||
alerts = []
|
||||
|
|
Loading…
Reference in New Issue