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