hide_my_python
hide_my_python copied to clipboard
Add missing hyphen to encoding specifier, rename 'parser' module
Without hyphen it's wrong at least in windows. Here's what I got when tried to run script before the fix:
SyntaxError: encoding problem: utf-8
Also, 'parser' module collides with builtin. After these 2 fixes everything works perfect 4 me in windows7.