2013-10-16 23:34 Mike Frysinger napisaƂ(a):
> +     def _sizes(self):
> +             d = os.path.join(self.D, 'bin')
> +             return [os.path.getsize(os.path.join(d, x)) for x in 
> os.listdir(d)]

glob.glob(os.path.join(self.D, 'bin', '*')) can be used.

--
Arfrever Frehtes Taifersar Arahesis

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to