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("") |