Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
9 9
10 from PyQt4.QtGui import QDialog 10 from PyQt4.QtGui import QDialog
11 11
12 from .Ui_SvnLoginDialog import Ui_SvnLoginDialog 12 from .Ui_SvnLoginDialog import Ui_SvnLoginDialog
13 13
14
14 class SvnLoginDialog(QDialog, Ui_SvnLoginDialog): 15 class SvnLoginDialog(QDialog, Ui_SvnLoginDialog):
15 """ 16 """
16 Class implementing the login dialog for pysvn. 17 Class implementing the login dialog for pysvn.
17 """ 18 """
18 def __init__(self, realm, username, may_save, parent = None): 19 def __init__(self, realm, username, may_save, parent=None):
19 """ 20 """
20 Constructor 21 Constructor
21 22
22 @param realm name of the realm of the requested credentials (string) 23 @param realm name of the realm of the requested credentials (string)
23 @param username username as supplied by subversion (string) 24 @param username username as supplied by subversion (string)

eric ide

mercurial