SamuraiT / mecab-python3

:snake: mecab-python. you can find original version here:http://taku910.github.io/mecab/
https://pypi.python.org/pypi/mecab-python3
Other
539 stars 51 forks source link

import sys for access to sys.exit() on lines 17 and 33 #29

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

https://travis-ci.org/SamuraiT/mecab-python3/jobs/520952518#L693-L698

$ python3 -c "sys.exit(0)" # --> NameError: name 'sys' is not defined

zackw commented 5 years ago

Squash-merged as 56e5d33. Thank you for your contribution.