def library_preInit(self): buildcfg.updateConfig() client.attach()
def client_preInit(self, main, argv): # Add support for remote rmake clients buildcfg.updateConfig() client.attach() command.addCommands(main)