X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetBootMedium.py;h=7225b126c1ca38100b1f9ff64acce80315d65712;hb=4f446521e06ee4c09f0cb1948b3ee70741b7c043;hp=ba432c348836118b73f8f2afe14f3798acefc832;hpb=4ded09f35820e9580d874157fe6f8ee46a82a402;p=plcapi.git diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index ba432c3..7225b12 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -273,8 +273,6 @@ class GetBootMedium(Method): return (pldistro,fcdistro,arch) - # xxx Thierry : 5.2.1 build/version.txt for some reason is empty, that's why - # the weird name with downloaded image filenames def bootcd_version (self): try: return file(self.BOOTCDDIR + "/build/version.txt").readline().strip()