heynemann / pyvows

Python implementation of Vows.js
http://pyvows.org
MIT License
133 stars 28 forks source link

Refactored color module (and dependent code) #59

Closed Zearin closed 11 years ago

Zearin commented 11 years ago

Started to move a few color-related methods from the classes in reporting.py to color.py…then I realized, “If I’m going to do this much, I might as well make the color module be easier to use for all of PyVows.”

So, I added some convenience methods to the colors module for the main ANSI colors.

After updating the dependent code (mostly in reporting.py, teeny bit in console.py), the result looks much nicer. Easier to read, too.

w00+! :)

heynemann commented 11 years ago

Hi man, since you are now a committer no point in reviewing this pull request (because it can't be automatically merged anymore).

Zearin commented 11 years ago

Gonna reopen under a new request.

Zearin commented 11 years ago

Merged from #62.