11 from PyQt5.QtWidgets import QApplication, QDialog, QWidget |
11 from PyQt5.QtWidgets import QApplication, QDialog, QWidget |
12 |
12 |
13 from E5Gui.E5OverrideCursor import E5OverridenCursor |
13 from E5Gui.E5OverrideCursor import E5OverridenCursor |
14 |
14 |
15 |
15 |
16 class SvnDialogMixin(object): |
16 class SvnDialogMixin: |
17 """ |
17 """ |
18 Class implementing a dialog mixin providing common callback methods for |
18 Class implementing a dialog mixin providing common callback methods for |
19 the pysvn client. |
19 the pysvn client. |
20 """ |
20 """ |
21 def __init__(self, log=""): |
21 def __init__(self, log=""): |