eric6/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8259
2bbec88047dd
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
39 @param fingerprint fingerprint for the host 39 @param fingerprint fingerprint for the host
40 @type str 40 @type str
41 @param version Mercurial version info 41 @param version Mercurial version info
42 @type tuple of three integers 42 @type tuple of three integers
43 """ 43 """
44 super(HgUserConfigHostFingerprintDialog, self).__init__(parent) 44 super().__init__(parent)
45 self.setupUi(self) 45 self.setupUi(self)
46 46
47 self.__version = version 47 self.__version = version
48 48
49 self.hashComboBox.addItem("") 49 self.hashComboBox.addItem("")

eric ide

mercurial