src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
20 QMenu, 20 QMenu,
21 QDialogButtonBox, 21 QDialogButtonBox,
22 QTreeWidgetItem, 22 QTreeWidgetItem,
23 ) 23 )
24 24
25 from EricWidgets.EricApplication import ericApp 25 from eric7.EricWidgets.EricApplication import ericApp
26 from EricWidgets import EricMessageBox 26 from eric7.EricWidgets import EricMessageBox
27 27
28 from .Ui_SvnStatusDialog import Ui_SvnStatusDialog 28 from .Ui_SvnStatusDialog import Ui_SvnStatusDialog
29 29
30 import Preferences 30 from eric7 import Preferences
31 from Globals import strToQByteArray 31 from eric7.Globals import strToQByteArray
32 32
33 33
34 class SvnStatusDialog(QWidget, Ui_SvnStatusDialog): 34 class SvnStatusDialog(QWidget, Ui_SvnStatusDialog):
35 """ 35 """
36 Class implementing a dialog to show the output of the svn status command 36 Class implementing a dialog to show the output of the svn status command

eric ide

mercurial