Lines Matching refs:ports
1037 ports = port.split("-")1038 if len(ports) == 1:1039 high = low = int(ports[0])1041 low = int(ports[0])1042 high = int(ports[1])1161 raise ValueError(_("Could not list the ports"))1214 raise ValueError(_("Could not list ports"))1234 raise ValueError(_("Could not list ports"))