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 |