Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py

changeset 96
9624a110667d
parent 13
1af94a91f439
child 110
c9a969db1469
equal deleted inserted replaced
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

eric ide

mercurial