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:
Arvid Norberg 2007-04-09 00:48:26 +00:00
parent 2dea7f072c
commit fa85e3848f
1 changed files with 2 additions and 0 deletions

View File

@ -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 = []