Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 248
f4561c24989a
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
6 """ 6 """
7 Module implementing a dialog to show the output of the svn diff command process. 7 Module implementing a dialog to show the output of the svn diff command process.
8 """ 8 """
9 9
10 import os 10 import os
11 import sys
12 import types
13 11
14 import pysvn 12 import pysvn
15 13
16 from PyQt4.QtCore import * 14 from PyQt4.QtCore import *
17 from PyQt4.QtGui import * 15 from PyQt4.QtGui import *

eric ide

mercurial