Description of problem: Testopia.api_version() can't get related version info. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Testopia.api_version() 2. 3. Actual results: Fault: <Fault 1: 'ImportError: cannot import name XMLRPC_VERSION'> in source code, this method need import "XMLRPC_VERSION" from the module "tcms". actually, "XMLRPC_VERSION" can not be found. Expected results: get the right version info. Additional info:
The above issue also happened when invoke methods: Testopia.nitrate_version Testopia.tcms_version Testopia.testopia_version