84 @return tuple of three values (retcode, acceptedFailures, save). |
84 @return tuple of three values (retcode, acceptedFailures, save). |
85 Retcode should be true, if the certificate should be accepted, |
85 Retcode should be true, if the certificate should be accepted, |
86 acceptedFailures should indicate the accepted certificate failures |
86 acceptedFailures should indicate the accepted certificate failures |
87 and save should be True, if subversion should save the certificate. |
87 and save should be True, if subversion should save the certificate. |
88 """ |
88 """ |
89 from E5Gui import EricMessageBox |
89 from EricWidgets import EricMessageBox |
90 |
90 |
91 with EricOverridenCursor(): |
91 with EricOverridenCursor(): |
92 parent = isinstance(self, QWidget) and self or None |
92 parent = isinstance(self, QWidget) and self or None |
93 msgBox = EricMessageBox.EricMessageBox( |
93 msgBox = EricMessageBox.EricMessageBox( |
94 EricMessageBox.Question, |
94 EricMessageBox.Question, |