Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py

changeset 96
9624a110667d
parent 42
23b45a742e17
child 425
ca5e65413fc5
child 792
a13346916170
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
6 """ 6 """
7 Module implementing a dialog to show the output of the svn log command process. 7 Module implementing a dialog to show the output of the svn log command process.
8 """ 8 """
9 9
10 import os 10 import os
11 import sys
12 11
13 from PyQt4.QtCore import * 12 from PyQt4.QtCore import *
14 from PyQt4.QtGui import * 13 from PyQt4.QtGui import *
15 14
16 from .Ui_SvnLogDialog import Ui_SvnLogDialog 15 from .Ui_SvnLogDialog import Ui_SvnLogDialog

eric ide

mercurial