Package up2date_client :: Module rhnHardware
[hide private]
[frames] | no frames]

Source Code for Module up2date_client.rhnHardware

 1   
 2  from up2date_client import up2dateAuth 
 3  from up2date_client import rpcServer 
 4  from up2date_client import hardware 
 5   
6 -def updateHardware():
7 s = rpcServer.getServer() 8 9 10 hardwareList = hardware.Hardware() 11 s.registration.refresh_hw_profile(up2dateAuth.getSystemId(), 12 hardwareList)
13