[Firstaidkit-devel] Little but crappy changes to firstaidkit

Joel Andres Granados jgranado at redhat.com
Fri Jul 11 14:58:32 UTC 2008


Some thoughts:

1. 80 char lines:
I really dislike the line running away into infinity.  I would rather prefer a coding convention for the project and I think that 80 chars is enough.

2. trailing spaces.
There are some trailing spaces that need to be taken care of.  In the code and in the header of the files where the copy right is.  A simple sed script should do the job.

3.python 3000.  There are varios things that will change once python 3000 is out.  Here I begin by making the necesary changes to one of the files.  When making code or working on the backend a "print()" is prefered to "print ".

this patch demostrates the changes that need to be done to most of the code.  Coments greatly appreciated.

Regards

--
Joel Granados





More information about the Firstaidkit-devel mailing list