Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py

branch
5_1_x
changeset 1113
95d837803666
parent 791
9ec2ac20e54e
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
1111:8f7ebfc5b087 1113:95d837803666
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 os
9 11
10 from PyQt4.QtCore import * 12 from PyQt4.QtCore import *
11 from PyQt4.QtGui import * 13 from PyQt4.QtGui import *
12 14
13 from E5Gui import E5MessageBox 15 from E5Gui import E5MessageBox

eric ide

mercurial