Plugins/VcsPlugins/vcsPySvn/SvnDialog.py

changeset 96
9624a110667d
parent 13
1af94a91f439
child 169
a03768260179
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog to show the output of a pysvn action. 7 Module implementing a dialog to show the output of a pysvn action.
8 """ 8 """
9
10 import os
11 9
12 import pysvn 10 import pysvn
13 11
14 from PyQt4.QtCore import * 12 from PyQt4.QtCore import *
15 from PyQt4.QtGui import * 13 from PyQt4.QtGui import *

eric ide

mercurial