anthonyalmarza / chalk

Light-weight python package for terminal output in color
MIT License
67 stars 3 forks source link

Ran 2to3 over code to make it forwards compatible with python 3 #12

Closed cgmcintyr closed 9 years ago

cgmcintyr commented 9 years ago

Okay, fixed so that all byte strings are converted to unicode by format_txt() and convert_to_str() in python 3.

This also means all unicode strings are converted to byte strings by format_txt() and convert_to_str() in python 2.