ocf / ocflib

Python libraries for account and server management
https://pypi.python.org/pypi/ocflib
Other
15 stars 32 forks source link

Remove colorama dependency. Close #18 #25

Closed jvperrin closed 8 years ago

jvperrin commented 8 years ago

Still ugly and a lot of repeated code, but I don't see a better way to do it without modifying locals(), which flake8 complained about in the past. I guess a separate class could be made, but then all the existing imports would have to be changed.

chriskuehl commented 8 years ago

this is great, thanks!