Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py

changeset 96
9624a110667d
parent 13
1af94a91f439
child 176
ff52b55a90fb
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 blame command. 7 Module implementing a dialog to show the output of the svn blame command.
8 """ 8 """
9
10 import sys
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_SvnBlameDialog import Ui_SvnBlameDialog 13 from .Ui_SvnBlameDialog import Ui_SvnBlameDialog

eric ide

mercurial