On 12/01/2009 05:59 PM, Chris Lumens wrote:
Could you please format your commit messages to wrap at 80 columns, and don't include colons at the front? Thanks.
I know, I just forget occasionally.
Is there a reason for changing to using isinstance() here? If you really want to change this line, changing it to this would be better: import types if type(file) in types.StringTypes:
It is just the good way (PEP8). With your suggestion it is also more robust. Ales _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list