At the end of testman4trac/testmanager/rpcsupport.py, is:
449 except ImportError:
450 print "\n\nError importing optional Trac XML-RPC Plugin. No XML-RPC remote interface will be available."
451 print "If you require XML-RPC access to the Test Manager, download and install it from
http://trac-hacks.org/wiki/XmlRpcPlugin.\n\n"
You could remove those lines, or change to raising ImportError with the message you wish to log, and reinstall the plugin. I think you could even just remove the entire try/catch and let the ImportError be trapped by the plugin loader, which skips loading of rpcsupport.py.
- Ryan
- Ryan