Package up2date_client :: Module rhnregGui :: Class ChooseServerPage
[hide private]
[frames] | no frames]

Class ChooseServerPage

source code

Instance Methods [hide private]
 
__init__(self) source code
 
chooseServerPagePrepare(self) source code
 
chooseServerPageVbox(self) source code
 
showNetworkConfigDialog(self, button) source code
 
chooseServerPageApply(self)
Returns True if an error happened so we shouldn't advance to the next screen, but it was already dealt with.
source code
 
_chooseServerPageApply(self)
Returns True if an error happened so we shouldn't advance to the next screen, but it was already dealt with.
source code
Method Details [hide private]

chooseServerPageApply(self)

source code 

Returns True if an error happened so we shouldn't advance to the next screen, but it was already dealt with. False if everything is peachy. Can raise an SSLCertificateVerifyFailedError.

_chooseServerPageApply(self)

source code 

Returns True if an error happened so we shouldn't advance to the next screen, but it was already dealt with. False if everything is peachy. Can probably raise all sorts of exceptions, but I wish it only raised SSLCertificateVerifyFailedError.