|
|
|
|
|
by jmau5
5281 days ago
|
|
I've included the cosmetic/pythonic changes and I'm going to take some time to read through the link you left me. Do you have any recommendations for what I should use other than sudo? This was meant to work under Ubuntu (my OS), but I'd like to extend it so that it will work on any platform. Thanks :) |
|
1) I've conformed setup.py to distutils, so it's a lot prettier now.
2) I tried using the print [this for this in that] style, but that didn't work out as planned. The actual list itself was printed and the colors didn't work.
3) I'm still using sudo to set the chmod and to move reddit.py to /usr/local/bin, what alternatives are there? On my system I can't do either without sudo.