95:261bc03812fd | 96:9624a110667d |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing a dialog to show the output of the svn proplist command process. | 7 Module implementing a dialog to show the output of the svn proplist command process. |
8 """ | 8 """ |
9 | |
10 import types | |
11 | 9 |
12 from PyQt4.QtCore import * | 10 from PyQt4.QtCore import * |
13 from PyQt4.QtGui import * | 11 from PyQt4.QtGui import * |
14 | 12 |
15 from .Ui_SvnPropListDialog import Ui_SvnPropListDialog | 13 from .Ui_SvnPropListDialog import Ui_SvnPropListDialog |