Searched refs:distro_tier (Results 1 – 3 of 3) sorted by relevance
/dports/print/hplip/hplip-3.20.6/ui4/ |
H A D | upgradedialog.py | 43 def __init__(self, parent, distro_tier, msg): argument 45 self.distro_tier = distro_tier 48 self.setupUi(self, distro_tier, msg) 102 … log.debug("HPLIP Upgrade, selected Install radiobutton distro_type=%d" %self.distro_tier) 104 if self.distro_tier != 1: # not tier 1 distro
|
H A D | upgradedialog_base.py | 13 def setupUi(self, Dialog, distro_tier,msg): argument 14 self.distro_tier = distro_tier 56 if self.distro_tier == 1:
|
/dports/print/hplip/hplip-3.20.6/ui5/ |
H A D | upgradedialog.py | 43 def __init__(self, parent, distro_tier, msg): argument 45 self.distro_tier = distro_tier 48 self.setupUi(self, distro_tier, msg) 102 … log.debug("HPLIP Upgrade, selected Install radiobutton distro_type=%d" %self.distro_tier) 104 if self.distro_tier != 1: # not tier 1 distro
|