myint / language-check

Python wrapper for LanguageTool grammar checker
https://pypi.python.org/pypi/language-check
GNU Lesser General Public License v3.0
327 stars 101 forks source link

setup.py: Use codecs to open __init__ #14

Closed AbdealiLoKo closed 9 years ago

AbdealiLoKo commented 9 years ago

Fixes https://github.com/myint/language-check/issues/13

myint commented 9 years ago

Thanks, I've fixed it in 727f9133fc64aecd5f8def979cc18b5dbebfc602.

AbdealiLoKo commented 9 years ago

Thanks :)