Home | History | Annotate | Download | only in ap_configurators

Lines Matching refs:alert

20     def _alert_handler(self, alert):
21 """Checks for any modal dialogs which popup to alert the user and
22 either raises a RuntimeError or ignores the alert.
25 alert: The modal dialog's contents.
27 text = alert.text
31 alert.accept()
33 alert.accept()
35 alert.accept()
37 alert.accept()
39 alert.accept()
41 alert.accept()
44 alert.accept()
46 alert.accept()
48 alert.accept()
52 alert.accept()
53 raise RuntimeError('We have an unhandled alert: %s' % text)